|
@@ -201,10 +201,11 @@
|
|
(add-to-list 'auto-mode-alist '("\\.mutt\\(.*\\)$" . muttrc-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.mutt\\(.*\\)$" . muttrc-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.mutt/conf/\\(.*\\)$" . muttrc-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.mutt/conf/\\(.*\\)$" . muttrc-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.muttng/conf/\\(.*\\)$" . muttrc-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.muttng/conf/\\(.*\\)$" . muttrc-mode))
|
|
|
|
+(add-to-list 'auto-mode-alist '("\\.madmutt\\(.*\\)$" . muttrc-mode))
|
|
;; automtically wrap lines when composing mail
|
|
;; automtically wrap lines when composing mail
|
|
(add-to-list 'auto-mode-alist '(".mutt/tmp/mutt-" . post-mode))
|
|
(add-to-list 'auto-mode-alist '(".mutt/tmp/mutt-" . post-mode))
|
|
(add-to-list 'auto-mode-alist '(".muttng/tmp/muttng-" . post-mode))
|
|
(add-to-list 'auto-mode-alist '(".muttng/tmp/muttng-" . post-mode))
|
|
-
|
|
|
|
|
|
+(add-to-list 'auto-mode-alist '(".madmutt/tmp/madmutt-" . post-mode))
|
|
;;-------------------------------------------------------------------
|
|
;;-------------------------------------------------------------------
|
|
;; CMake stuff
|
|
;; CMake stuff
|
|
(add-to-list 'auto-mode-alist '("\\.cmake$" . cmake-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.cmake$" . cmake-mode))
|