From a832afc4bad1a2eed85f49c12a95c9f1f1d03365 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 1 Aug 2016 16:25:50 -0400 Subject: [PATCH] Add mutt mode in emacs --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 2628d23..b13756f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -261,3 +261,5 @@ they line up with the line containing the corresponding opening bracket." (require 'jsx-mode) (require 'js2-mode) + +(add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode))