Browse Source

Enhance git support

Added a couple of git related modes to the default distribution:

* git-commit-mode
* gitconfig-mode
* gitignore-mode
custom
Bozhidar Batsov 13 years ago
parent
commit
d3a9c0bb8b
  1. 4
      core/prelude-packages.el

4
core/prelude-packages.el

@ -41,7 +41,9 @@
(defvar prelude-packages
'(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
rainbow-mode solarized-theme undo-tree
volatile-highlights yasnippet zenburn-theme)

Loading…
Cancel
Save