aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 29bddc8..6bdda54 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -58,6 +58,10 @@
(setq TeX-parse-self t)
(setq fill-column 80))
+(use-package muttrc-mode
+ :ensure t
+ :mode "/muttrc")
+
(setq tramp-default-method "ssh")
(setq column-number-mode t)