aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d/config
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-19 20:10:44 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-19 20:10:44 +0800
commitf9ea286dc1c275727e01d5f751d1c38314078542 (patch)
tree6b4aa506b4f9d5ed8f32e21bc1f4cb041d296b5c /_spacemacs.d/config
parent7f62d82a98178f2c9c4d8228af1ec9ce436fb065 (diff)
downloaddotfiles-f9ea286dc1c275727e01d5f751d1c38314078542.tar.bz2
_spacemacs:mu4e: minor tune
Diffstat (limited to '_spacemacs.d/config')
-rw-r--r--_spacemacs.d/config/aly-mu4e-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el
index 959b42f..96d8cdc 100644
--- a/_spacemacs.d/config/aly-mu4e-config.el
+++ b/_spacemacs.d/config/aly-mu4e-config.el
@@ -153,7 +153,7 @@
;; start with the first (default) context
;; default: `ask-if-none' (ask when there's no context yet, and none match)
- ;(setq mu4e-context-policy 'pick-first)
+ (setq mu4e-context-policy 'pick-first)
;; compose with the current context if no context matches
;; default: `ask'
;(setq mu4e-compose-context-policy nil)