summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 0d713765..e5fae28c 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -64,6 +64,7 @@
`((,(rx (or bos "/") "PKGBUILD" eos) . sh-mode)
(,(rx ".install" eos) . sh-mode)
(,(rx bos "/tmp/neomutt-") . mail-mode)
+ (,(rx ".eml" eos) . mail-mode)
(,(rx "." (1+ anything) "rc" eos) . conf-unix-mode)))
(add-to-list 'magic-mode-alist