diff options
author | vincent@spotify.com <vincent@Vincents-MacBook-Pro.local> | 2013-08-27T22·56+0200 |
---|---|---|
committer | vincent@spotify.com <vincent@Vincents-MacBook-Pro.local> | 2013-08-27T22·56+0200 |
commit | a7e4801f3b5c42ad131b4427c75cc021c7ef418a (patch) | |
tree | 604e1ca8d9d8ac2ed0e96a3eb1801075ae64ca65 /init-custom.el | |
parent | 867a87387c8232c48170c045d13a556a1d68fe3a (diff) |
Loading mail settings if they exist \nProper up/down history movement in nrepl
Diffstat (limited to 'init-custom.el')
-rw-r--r-- | init-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-custom.el b/init-custom.el index 754689d6683a..347413452fcc 100644 --- a/init-custom.el +++ b/init-custom.el @@ -16,6 +16,7 @@ (quote (capitalized-words-mode turn-on-haskell-decl-scan turn-on-haskell-doc turn-on-hi2))) '(it-mode-google-cmd "/usr/local/bin/google") + '(mu4e-use-fancy-chars t) '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote meta)) '(require-final-newline (quote visit-save))) |