mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
Defer projectile & git-gutter-mode
This commit is contained in:
parent
06917188f0
commit
81e584da45
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ Helm projectile integration
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package projectile
|
||||
:ensure t
|
||||
:defer 1
|
||||
:config (progn (setq projectile-mode-line
|
||||
'(:eval (format " [%s]" (projectile-project-name))))
|
||||
(require 'helm-projectile)
|
||||
|
@ -693,6 +694,7 @@ Taken from http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a6
|
|||
:diminish git-gutter-mode
|
||||
:bind (("C-x g n" . git-gutter:next-hunk)
|
||||
("C-x g p" . git-gutter:previous-hunk))
|
||||
:defer 1
|
||||
:config
|
||||
(progn
|
||||
(global-git-gutter-mode t)
|
||||
|
|
Loading…
Reference in a new issue