Fix mu4e
This commit is contained in:
parent
20f3182726
commit
17c3e41cfc
6
init.el
6
init.el
@ -1109,7 +1109,7 @@ If no name is given, list all bookmarks instead."
|
|||||||
:maildir))))
|
:maildir))))
|
||||||
:vars `((user-mail-address . ,(auth-source-pass-get "email" "emacs/mu4e-protonmail"))
|
:vars `((user-mail-address . ,(auth-source-pass-get "email" "emacs/mu4e-protonmail"))
|
||||||
(user-full-name . ,(auth-source-pass-get "name" "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-refile-folder . "/protonmail/Archive")
|
||||||
(mu4e-sent-folder . "/protonmail/Sent")
|
(mu4e-sent-folder . "/protonmail/Sent")
|
||||||
(mu4e-drafts-folder . "/protonmail/Drafts")
|
(mu4e-drafts-folder . "/protonmail/Drafts")
|
||||||
@ -1293,6 +1293,8 @@ buffers `helpful--sym' to `my/helpful-symbol-history'."
|
|||||||
(use-package mines)
|
(use-package mines)
|
||||||
|
|
||||||
;; ai stuff (also mostly fun)
|
;; ai stuff (also mostly fun)
|
||||||
(use-package ellama)
|
(use-package ellama
|
||||||
|
:custom
|
||||||
|
(ellama-keymap-prefix "C-c m"))
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user