summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-03-04 19:16:55 +0100
committerTimo Wilken2023-03-04 19:16:55 +0100
commitf5f0cde7f2bfc611ee0bd33978a92b350a71d77b (patch)
tree999c5b8925cc13c95df41b69510b9f2884a6737d /tw/home
parentec2e893a8d6f1389a4abf4230ba8aa1cbf4d14b8 (diff)
Use mail-mode for composing mail for aerc
Diffstat (limited to 'tw/home')
-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