EMACS: Remove mutt settings

This commit is contained in:
Tom Willemsen 2011-08-18 10:14:50 +02:00
parent 816654f07c
commit 997803343a
2 changed files with 0 additions and 1640 deletions

File diff suppressed because it is too large Load diff

View file

@ -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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;