Add targets and proj file mappings

This commit is contained in:
Tom Willemse 2018-11-14 13:56:46 -08:00
parent e2594671af
commit 7b3011a36e

View file

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