From 18cf690ec7ad9ec8f89a4647d8defa89cb760d30 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 28 Mar 2025 02:11:23 +0100 Subject: [PATCH] update irc clientId to base hostname --- init.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 7b17e04..eb643a9 100644 --- a/init.org +++ b/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"