Add targets and proj file mappings
This commit is contained in:
parent
e2594671af
commit
7b3011a36e
1 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
|||
(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.module\\'" . php-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.msmtprc\\'" . msmtprc-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.targets\\'" . nxml-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))
|
||||
|
||||
(add-hook 'git-commit-mode-hook 'electric-quote-local-mode)
|
||||
|
||||
|
|
Loading…
Reference in a new issue