summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 365520e..18cb384 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -135,7 +135,6 @@
(setq-default bidi-display-reordering nil)
;;; Message
-(add-to-list 'auto-mode-alist '(".*mutt.*" . message-mode))
(add-hook 'message-mode-hook
(lambda ()
(turn-on-auto-fill)
@@ -153,7 +152,6 @@
(autoload 'cmake-mode "cmake-mode" "Major mode for CMake" t)
(autoload 'rainbow-mode "rainbow-mode" "Minor mode for colors" t)
(autoload 'stumpwm-mode "stumpwm-mode" "Major mode for stumpwm" t)
-(autoload 'muttrc-mode "muttrc-mode" "Major mode for muttrc" t)
(autoload 'git-commit-mode "git-commit" "" t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;