all repos — nixfiles @ b302930a518850c06d68da25bc38f3e254dbecc4

System and user configuration, managed by nix and home-manager

Emacs: auto-refresh magit status buffers
Alan Pearce alan@alanpearce.eu
Sat, 10 Jun 2023 18:17:07 +0200
commit

b302930a518850c06d68da25bc38f3e254dbecc4

parent

5f2b28d1ca29bd230b7f1085e044d703e69e8fba

2 files changed, 5 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -943,6 +943,10 @@ (remove-hook 'magit-section-highlight-hook 'magit-section-highlight)             (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
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -138,6 +138,7 @@ lua-mode         lispy
         lispyville
         magit
+        magit-filenotify
         markdown-mode
         marginalia
         nerd-icons