diff options
author | Alan Pearce | 2016-01-18 10:42:25 +0100 |
---|---|---|
committer | Alan Pearce | 2016-01-18 10:42:25 +0100 |
commit | 68b37c9d2090f0d21d90c92182e6797183150bd7 (patch) | |
tree | 223777cb7159b4b118c9c9264304091a974f27a4 /tag-emacs | |
parent | 9c688f368aa5bcb92e1532c6e96b50a8adac7a55 (diff) | |
download | nixfiles-68b37c9d2090f0d21d90c92182e6797183150bd7.tar.lz nixfiles-68b37c9d2090f0d21d90c92182e6797183150bd7.tar.zst nixfiles-68b37c9d2090f0d21d90c92182e6797183150bd7.zip |
Emacs: Remove magit-revert-buffers setting
It’s redundant with auto-revert-mode and deprecated
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 69c86d24..cc0ba799 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 |