mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Playing with emacs.
This commit is contained in:
parent
8e404b5f21
commit
38ace0b568
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
(require 'mu4e)
|
||||
|
||||
(setq mu4e-get-mail-command "mbsync -c ~/.emacs.d/mu4e/.mbsyncrc -a"
|
||||
mu4e-update-interval 300)
|
||||
|
||||
;; Fields that are auto-filled in email
|
||||
(setq
|
||||
user-mail-address "derek@distrotube.com"
|
||||
|
|
Loading…
Reference in a new issue