tweaks
This commit is contained in:
parent
dca4228c3c
commit
4e7d1e7aaf
2 changed files with 23 additions and 4 deletions
|
@ -2254,8 +2254,7 @@ Ledger mode
|
|||
(use-package mu4e
|
||||
;; :load-path "/etc/profiles/per-user/chris/share/emacs/site-lisp/mu4e/"
|
||||
:straight nil
|
||||
:config
|
||||
(setq mail-user-agent 'mu4e-user-agent)
|
||||
:init
|
||||
(setq mu4e-maildir "~/Maildir"
|
||||
user-full-name "Chris Cochrun"
|
||||
mu4e-change-filenames-when-moving t
|
||||
|
@ -2265,6 +2264,9 @@ Ledger mode
|
|||
mu4e-completing-read-function #'completing-read
|
||||
mu4e-mu-binary "/etc/profiles/per-user/chris/bin/mu")
|
||||
|
||||
:config
|
||||
(setq mail-user-agent 'mu4e-user-agent)
|
||||
|
||||
(setq mu4e-contexts
|
||||
(list
|
||||
(make-mu4e-context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue