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
|
;; enable winner-mode to manage window configurations
|
||||||
(winner-mode +1)
|
(winner-mode +1)
|
||||||
|
|
||||||
|
;; diff-hl
|
||||||
|
(global-diff-hl-mode +1)
|
||||||
|
(add-hook 'dired-mode-hook 'diff-hl-dired-mode)
|
||||||
|
|
||||||
(provide 'prelude-editor)
|
(provide 'prelude-editor)
|
||||||
|
|
||||||
;;; prelude-editor.el ends here
|
;;; prelude-editor.el ends here
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
anzu
|
anzu
|
||||||
browse-kill-ring
|
browse-kill-ring
|
||||||
dash
|
dash
|
||||||
|
diff-hl
|
||||||
diminish
|
diminish
|
||||||
elisp-slime-nav
|
elisp-slime-nav
|
||||||
epl
|
epl
|
||||||
|
|
Loading…
Reference in a new issue