From d3a9c0bb8bf6f1c73e0303f9f9a3f5d2198a5f8c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 27 Feb 2013 14:25:56 +0200 Subject: [PATCH] Enhance git support Added a couple of git related modes to the default distribution: * git-commit-mode * gitconfig-mode * gitignore-mode --- core/prelude-packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 324d8fa..5d1f3e6 100644 --- a/core/prelude-packages.el +++ b/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)