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"