diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-12-23 17:19:27 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-12-23 17:19:27 +0100 |
| commit | 6fc97a329619124f3ab7277e549f85f37bd5a377 (patch) | |
| tree | c8d731c3aea1adc4c58d5a0a29f5810d966e9c5b | |
| parent | a6d305bfd2c7a76f06e820f7a95313ff6928b0ba (diff) | |
Emacs: Recognize NeoMutt temporary files as mail
| -rw-r--r-- | dot.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index db7269e..fa64dfd 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -50,6 +50,7 @@ (linum-relative-global-mode)) (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) +(add-to-list 'auto-mode-alist '("/neomutt" . mail-mode)) (add-hook 'mail-mode-hook 'turn-on-auto-fill) (use-package tex |
