This commit is contained in:
Alexander Rosenberg 2024-03-05 09:50:24 -08:00
parent 20f3182726
commit 17c3e41cfc
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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