Enhance git support
Added a couple of git related modes to the default distribution: * git-commit-mode * gitconfig-mode * gitignore-mode
This commit is contained in:
parent
29e156f967
commit
d3a9c0bb8b
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
|
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
|
||||||
expand-region flycheck gist guru-mode helm helm-projectile
|
expand-region flycheck gist
|
||||||
|
git-commit-mode gitconfig-mode gitignore-mode
|
||||||
|
guru-mode helm helm-projectile
|
||||||
magit magithub melpa
|
magit magithub melpa
|
||||||
rainbow-mode solarized-theme undo-tree
|
rainbow-mode solarized-theme undo-tree
|
||||||
volatile-highlights yasnippet zenburn-theme)
|
volatile-highlights yasnippet zenburn-theme)
|
||||||
|
|
Loading…
Reference in a new issue