all repos — nixfiles @ a13dc11cb284f0cb31a908eb639b1194b4697714

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

emacs: unset magit-auto-revert-mode correctly I have no idea why this is necessary

Alan Pearce
commit

a13dc11cb284f0cb31a908eb639b1194b4697714

parent

d07f5616109d0df87999cc526c858beb94e03fbd

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -493,10 +493,10 @@
(use-package magit :defer 5 :commands (magit-status magit-dispatch) + :custom (magit-auto-revert-mode nil) :init (progn (setq magit-define-global-key-bindings t)) :config (progn - (magit-auto-revert-mode -1) (setq magit-section-visibility-indicator nil magit-diff-refine-hunk 'all magit-display-buffer-function #'display-buffer)