all repos — nixfiles @ fc9469ddfdc82a50f40cbbceb40980703f3497c7

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

emacs: avoid magit/git errors when git updates working tree
Alan Pearce alan@alanpearce.eu
Fri, 03 May 2024 12:02:40 +0200
commit

fc9469ddfdc82a50f40cbbceb40980703f3497c7

parent

0abb10419fa7bcecbc0dbc26c4bcf73f70c2aa19

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

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -945,10 +945,6 @@ (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection)             (remove-hook 'magit-section-highlight-hook 'magit-diff-highlight)
             (require 'magit-extras)))
 
-(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
@@ -128,7 +128,6 @@ kind-icon         lua-mode
         lispyville
         magit
-        magit-filenotify
         markdown-mode
         marginalia
         nerd-icons