aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-04-03 23:22:54 +0200
committerThomas Schneider <qsx@qsx.re>2019-04-03 23:22:54 +0200
commit74f86f5a41d8edb037bea9d73b4bf854d09a247b (patch)
tree0c9848bb2706818e326ced14005b2a75c111b406 /dot.emacs.d/init.el
parent43b5b93a7018c8ab6b944aa61ebeb894b45e8229 (diff)
Emacs: Remove muttrc-mode
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 034f64e..8cdddfa 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -167,9 +167,6 @@
:config
(auctex-latexmk-setup))
-(use-package muttrc-mode
- :mode "/muttrc")
-
(use-package rust-mode
:mode "\\.rs\\'")