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