Add diff-hl package
This commit is contained in:
parent
ef14f87c07
commit
5538bb77b9
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
anzu
|
||||
browse-kill-ring
|
||||
dash
|
||||
diff-hl
|
||||
diminish
|
||||
elisp-slime-nav
|
||||
epl
|
||||
|
|
Loading…
Reference in a new issue