forked from colonelpanic/dotfiles
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)
|
||||
(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))
|
||||
|
Loading…
Reference in New Issue
Block a user