summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 69c86d2..cc0ba79 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -486,8 +486,7 @@ time.  Make sure to set it up with a nice =completing-read-function=
                          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