fixed typo
This commit is contained in:
parent
2f65146534
commit
a46c0f276c
2
conf.org
2
conf.org
|
@ -1811,7 +1811,7 @@ I have current have three contexts, personal and two work accounts. The first is
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq mu4e-context-policy 'pick-first
|
(setq mu4e-context-policy 'pick-first
|
||||||
mu4e-compose-context-policy 'ask-if-none
|
mu4e-compose-context-policy 'ask-if-none
|
||||||
mu4e-user-mail-address-list '("natedwarshuis@gmail.com" "ndwarshuis3@gatech.edu" "ndwarsh@emory.edu"))
|
mu4e-user-mail-address-list '("natedwarshuis@gmail.com" "ndwarshuis3@gatech.edu" "ndwarsh@emory.edu")
|
||||||
|
|
||||||
mu4e-contexts
|
mu4e-contexts
|
||||||
`( ,(make-mu4e-context
|
`( ,(make-mu4e-context
|
||||||
|
|
Loading…
Reference in New Issue