This commit is contained in:
Chris Cochrun 2022-05-28 06:07:48 -05:00
parent dca4228c3c
commit 4e7d1e7aaf
2 changed files with 23 additions and 4 deletions

View file

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

21
init.el
View file

@ -1503,8 +1503,7 @@ targets."
(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
@ -1514,6 +1513,9 @@ targets."
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
@ -2242,3 +2244,18 @@ interfere with the default `bongo-playlist-buffer'."
gcmh-verbose nil))
(setq warning-suppress-types '((comp)))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(pdf-misc-print-program "/usr/bin/lpr")
'(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot"))
'(safe-local-variable-values
'((eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36"))))