Skip to content

Commit

Permalink
muttrc use conf-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Dec 17, 2015
1 parent 92c9e18 commit fb5718b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lisp/init-misc-lazy.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
;;----------------------------------------------------------------------------
(global-page-break-lines-mode)

;; {{ shell and conf
(add-to-list 'auto-mode-alist '("\\.[^b][^a][a-zA-Z]*rc$" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.aspell\\.en\\.pws\\'" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.meta\\'" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.ctags\\'" . conf-mode))
;; }}

(column-number-mode 1)

;; my screen is tiny, so I use minimum eshell prompt
Expand Down
8 changes: 8 additions & 0 deletions lisp/init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
(thing-at-point 'symbol))))
;; }}

;; {{ shell and conf
(add-to-list 'auto-mode-alist '("\\.[^b][^a][a-zA-Z]*rc$" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.aspell\\.en\\.pws\\'" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.meta\\'" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.?muttrc\\'" . conf-mode))
(add-to-list 'auto-mode-alist '("\\.ctags\\'" . conf-mode))
;; }}

;; {{ support MY packages which are not included in melpa
(autoload 'wxhelp-browse-class-or-api "wxwidgets-help" "" t)
(autoload 'issue-tracker-increment-issue-id-under-cursor "issue-tracker" "" t)
Expand Down

0 comments on commit fb5718b

Please sign in to comment.