Emacs: Remove magit-revert-buffers setting It’s redundant with auto-revert-mode and deprecated
Alan Pearce alan.pearce@spotcap.com
Mon, 18 Jan 2016 10:42:25 +0100
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -486,8 +486,7 @@ :config (progn (setq magit-last-seen-setup-instructions "1.4.0" magit-completing-read-function #'magit-builtin-completing-read magit-popup-use-prefix-argument 'default magit-push-always-verify nil - global-magit-file-mode nil - magit-revert-buffers t) + global-magit-file-mode nil) (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) #+END_SRC