Move gitconfig-mode with other git packages
This commit is contained in:
parent
4da416bd87
commit
df96e09514
@ -1682,6 +1682,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
|
|||||||
(interactive)
|
(interactive)
|
||||||
(gitolite-clone-get-projects nil nil t))))
|
(gitolite-clone-get-projects nil nil t))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** gitconfig-mode
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package gitconfig-mode
|
||||||
|
:mode "\\.?gitconfig.?.*\\'")
|
||||||
|
#+END_SRC
|
||||||
*** github
|
*** github
|
||||||
**** github-search
|
**** github-search
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+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
|
;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding
|
||||||
:commands sgml-mode)
|
:commands sgml-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** gitconfig-mode
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package gitconfig-mode
|
|
||||||
:mode "\\.?gitconfig.?.*\\'")
|
|
||||||
#+END_SRC
|
|
||||||
*** evil
|
*** evil
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package evil :commands (evil-mode))
|
(use-package evil :commands (evil-mode))
|
||||||
|
Loading…
Reference in New Issue
Block a user