summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 18:57:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 18:57:54 -0700
commit11ab1fcca0852c52263d161642cf17f329c5f588 (patch)
treeeec7bf8ae5cd2071e48d54b32b920315cf2d12bb
parentc905879720417e97fb192aff282aa3ae72129fbd (diff)
downloaddotfiles-11ab1fcca0852c52263d161642cf17f329c5f588.tar.gz
drop magit-revert-buffers
Obsoleted by magit-auto-revert-mode, but we're using global-auto-revert-mode.
-rw-r--r--.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index bdc6e2d4..ff64b20a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -370,8 +370,7 @@ hooks listed in `lisp-major-mode-hooks'."
magit-remote-arguments nil
magit-completing-read-function 'magit-ido-completing-read
- magit-push-always-verify nil
- magit-revert-buffers 'silent)
+ magit-push-always-verify nil)
(use-package magit-annex
:if (spw--optional-pkg-available-p "magit-annex")))