aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2017-07-19 23:37:25 +0200
committerThomas Schneider <qsx@qsx.re>2017-07-19 23:37:25 +0200
commitbd2cabe802c2e417b5eefbb4adebd85004e276d5 (patch)
tree032aee64157f964f884e75c5da56a4b48d62c4d1
parent8ee4e366f5bed4d54a15746ac199a5fc504c5f0f (diff)
Emacs: Add muttrc-mode
Signed-off-by: Thomas Schneider <qsx@qsx.re>
-rw-r--r--dot.emacs.d/custom.el2
-rw-r--r--dot.emacs.d/init.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/dot.emacs.d/custom.el b/dot.emacs.d/custom.el
index f78476a..fb240f6 100644
--- a/dot.emacs.d/custom.el
+++ b/dot.emacs.d/custom.el
@@ -9,7 +9,7 @@
("82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" default)))
'(package-selected-packages
(quote
- (auctex linum-relative yaml-mode color-theme-sanityinc-tomorrow))))
+ (muttrc-mode auctex linum-relative yaml-mode color-theme-sanityinc-tomorrow))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
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)