Move gitconfig-mode with other git packages

This commit is contained in:
Ivan Malison 2016-08-18 14:28:38 -07:00
parent 4da416bd87
commit df96e09514
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1682,6 +1682,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(interactive)
(gitolite-clone-get-projects nil nil t))))
#+END_SRC
*** gitconfig-mode
#+BEGIN_SRC emacs-lisp
(use-package gitconfig-mode
:mode "\\.?gitconfig.?.*\\'")
#+END_SRC
*** github
**** github-search
#+BEGIN_SRC emacs-lisp
@ -3680,11 +3685,6 @@ I've disabled perspective because I just don't use it much.
;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding
:commands sgml-mode)
#+END_SRC
*** gitconfig-mode
#+BEGIN_SRC emacs-lisp
(use-package gitconfig-mode
:mode "\\.?gitconfig.?.*\\'")
#+END_SRC
*** evil
#+BEGIN_SRC emacs-lisp
(use-package evil :commands (evil-mode))