summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-18 10:14:50 +0200
committerGravatar Tom Willemsen2011-08-18 10:14:50 +0200
commit997803343abcee4cb37a15e3ed8b462c85b64642 (patch)
tree28386584250bf6dee07d7044cb6e720cba2ddc61 /.emacs.d/init.el
parent816654f07c449632a7e59b0aeb1a2b6b90a8a995 (diff)
downloaddotfiles-997803343abcee4cb37a15e3ed8b462c85b64642.tar.gz
dotfiles-997803343abcee4cb37a15e3ed8b462c85b64642.zip
EMACS: Remove mutt settings
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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;