Emacs: Refresh magit-status after save.
This commit is contained in:
parent
b06e4e973a
commit
bff09b4918
|
@ -253,6 +253,9 @@
|
|||
:bind
|
||||
("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-dispatch)
|
||||
|
||||
:hook
|
||||
(after-save . magit-after-save-refresh-status)
|
||||
)
|
||||
|
||||
;; Show TODOs in magit-status.
|
||||
|
|
Loading…
Reference in New Issue
Block a user