From 997803343abcee4cb37a15e3ed8b462c85b64642 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 18 Aug 2011 10:14:50 +0200 Subject: EMACS: Remove mutt settings --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.emacs.d/init.el') 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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3-54-g00ecf