diff options
Diffstat (limited to '_spacemacs.d/config/aly-mu4e-config.el')
-rw-r--r-- | _spacemacs.d/config/aly-mu4e-config.el | 2 |
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) |