From 750eecccdb229debde1854601daf190b51ae2536 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 15 Dec 2022 21:29:12 +0100 Subject: cleaned up my aliases, added evil-surround to emacs --- .emacs.d/config.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/config.el') diff --git a/.emacs.d/config.el b/.emacs.d/config.el index 7634932..b05ee7e 100644 --- a/.emacs.d/config.el +++ b/.emacs.d/config.el @@ -2,6 +2,8 @@ (add-hook 'prog-mode-hook 'display-line-numbers-mode) (add-hook 'emacs-startup-hook 'startup/revert-file-name-handler-alist) (add-hook 'emacs-startup-hook 'startup/reset-gc) +;; Mutt support +(add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode)) (show-paren-mode 1) (tool-bar-mode -1) -- cgit v1.2.3