Make gitconfig-mode auto-mode alist better

This commit is contained in:
Ivan Malison 2016-08-13 17:38:36 -07:00
parent 6efbb54fe0
commit d126e35be2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3578,7 +3578,7 @@ I've disabled perspective because I just don't use it much.
*** gitconfig-mode
#+BEGIN_SRC emacs-lisp
(use-package gitconfig-mode
:mode "\\.?gitconfig\\'")
:mode "\\.?gitconfig.?.*\\'")
#+END_SRC
*** evil
#+BEGIN_SRC emacs-lisp