update irc clientId to base hostname
This commit is contained in:
parent
c2206132f5
commit
18cf690ec7
1 changed files with 4 additions and 3 deletions
7
init.org
7
init.org
|
@ -740,6 +740,7 @@ See the excellent documentation on [[https://github.com/minad/consult][Minad's c
|
|||
(setq evil-split-window-below t)
|
||||
(setq evil-shift-round nil)
|
||||
(setq evil-want-C-u-scroll nil)
|
||||
(setq evil-want-keybinding nil)
|
||||
:config
|
||||
(evil-mode)
|
||||
;; set leader keys
|
||||
|
@ -2679,8 +2680,8 @@ whether to put it under writing, comms or programming as it is equally
|
|||
|
||||
#+RESULTS:g
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ellama :tangle no
|
||||
#+BEGIN_SRC emacs-lisp :tangle no
|
||||
(use-package ellama
|
||||
:ensure t
|
||||
:defer t
|
||||
:requires (llm)
|
||||
|
@ -3366,7 +3367,7 @@ inspiration
|
|||
:user-name ,(concat
|
||||
(auth-source-pass--get-attr "user" data)
|
||||
"@"
|
||||
(system-name))
|
||||
(car (s-split "\\." (system-name) )))
|
||||
:password ,(auth-source-pass--get-attr 'secret data)
|
||||
:channels '("#emacs"
|
||||
"#erc"
|
||||
|
|
Loading…
Add table
Reference in a new issue