Add diff-hl package

This commit is contained in:
Bozhidar Batsov 2014-04-14 17:40:34 +03:00
parent ef14f87c07
commit 5538bb77b9
2 changed files with 5 additions and 0 deletions

View file

@ -376,6 +376,10 @@ indent yanked text (with prefix arg don't indent)."
;; enable winner-mode to manage window configurations
(winner-mode +1)
;; diff-hl
(global-diff-hl-mode +1)
(add-hook 'dired-mode-hook 'diff-hl-dired-mode)
(provide 'prelude-editor)
;;; prelude-editor.el ends here

View file

@ -48,6 +48,7 @@
anzu
browse-kill-ring
dash
diff-hl
diminish
elisp-slime-nav
epl