Emacs: Refresh magit-status after save.

This commit is contained in:
tastytea 2019-12-01 07:13:44 +01:00
parent b06e4e973a
commit bff09b4918

View File

@ -253,6 +253,9 @@
:bind :bind
("C-x g" . magit-status) ("C-x g" . magit-status)
("C-x M-g" . magit-dispatch) ("C-x M-g" . magit-dispatch)
:hook
(after-save . magit-after-save-refresh-status)
) )
;; Show TODOs in magit-status. ;; Show TODOs in magit-status.