From f5f0cde7f2bfc611ee0bd33978a92b350a71d77b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 4 Mar 2023 19:16:55 +0100 Subject: Use mail-mode for composing mail for aerc --- tw/home/files/emacs-init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home/files/emacs-init.el') 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 -- cgit v1.2.3