diff options
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 84c905b1..b78c30cd 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -943,6 +943,10 @@ _p_rev _u_pper _=_: upper/lower _r_esolve (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection) (remove-hook 'magit-section-highlight-hook 'magit-diff-highlight))) +(use-package magit-filenotify + :after magit + :ghook '(magit-status-mode-hook)) + (use-package git-gutter-fringe :defer 5 :config (progn |