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-split-window-below t)
|
||||||
(setq evil-shift-round nil)
|
(setq evil-shift-round nil)
|
||||||
(setq evil-want-C-u-scroll nil)
|
(setq evil-want-C-u-scroll nil)
|
||||||
|
(setq evil-want-keybinding nil)
|
||||||
:config
|
:config
|
||||||
(evil-mode)
|
(evil-mode)
|
||||||
;; set leader keys
|
;; set leader keys
|
||||||
|
@ -2679,8 +2680,8 @@ whether to put it under writing, comms or programming as it is equally
|
||||||
|
|
||||||
#+RESULTS:g
|
#+RESULTS:g
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(use-package ellama :tangle no
|
(use-package ellama
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:requires (llm)
|
:requires (llm)
|
||||||
|
@ -3366,7 +3367,7 @@ inspiration
|
||||||
:user-name ,(concat
|
:user-name ,(concat
|
||||||
(auth-source-pass--get-attr "user" data)
|
(auth-source-pass--get-attr "user" data)
|
||||||
"@"
|
"@"
|
||||||
(system-name))
|
(car (s-split "\\." (system-name) )))
|
||||||
:password ,(auth-source-pass--get-attr 'secret data)
|
:password ,(auth-source-pass--get-attr 'secret data)
|
||||||
:channels '("#emacs"
|
:channels '("#emacs"
|
||||||
"#erc"
|
"#erc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue