update irc clientId to base hostname

This commit is contained in:
Peter Tillemans 2025-03-28 02:11:23 +01:00
parent c2206132f5
commit 18cf690ec7

View file

@ -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"