From 17c3e41cfc0f9d0b4881859605a978817aa4059c Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 5 Mar 2024 09:50:24 -0800 Subject: [PATCH] Fix mu4e --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 9260b28..c6bc26a 100644 --- a/init.el +++ b/init.el @@ -1109,7 +1109,7 @@ If no name is given, list all bookmarks instead." :maildir)))) :vars `((user-mail-address . ,(auth-source-pass-get "email" "emacs/mu4e-protonmail")) (user-full-name . ,(auth-source-pass-get "name" "emacs/mu4e-protonmail")) - (message-signature nil) + (message-signature . nil) (mu4e-refile-folder . "/protonmail/Archive") (mu4e-sent-folder . "/protonmail/Sent") (mu4e-drafts-folder . "/protonmail/Drafts") @@ -1293,6 +1293,8 @@ buffers `helpful--sym' to `my/helpful-symbol-history'." (use-package mines) ;; ai stuff (also mostly fun) -(use-package ellama) +(use-package ellama + :custom + (ellama-keymap-prefix "C-c m")) ;;; init.el ends here