mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Update diff-hl on commit
This commit is contained in:
parent
a58bb9c81b
commit
60a3e306c2
2
init.org
2
init.org
@ -724,6 +724,8 @@
|
|||||||
|
|
||||||
;; A Git porcelain inside Emacs.
|
;; A Git porcelain inside Emacs.
|
||||||
(use-package magit
|
(use-package magit
|
||||||
|
:hook ((magit-pre-refresh . diff-hl-magit-pre-refresh)
|
||||||
|
(magit-post-refresh . diff-hl-magit-post-refresh))
|
||||||
:bind (:map custom-bindings-map ("C-c m" . magit-status)))
|
:bind (:map custom-bindings-map ("C-c m" . magit-status)))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user