all repos — archive/dotfiles @ c423f425561d09ed312b0382d712109706905ade

Superseded by nixfiles

Emacs: Revert git buffers with magit
Alan Pearce alan.pearce@spotcap.com
Mon, 17 Aug 2015 11:30:45 +0200
commit

c423f425561d09ed312b0382d712109706905ade

parent

5ada0acd052d84bf46746244f3d34167c84f7ce5

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -246,7 +246,8 @@ magit-completing-read-function #'magit-builtin-completing-read                          magit-wip-after-save-mode t
                          magit-wip-after-apply-mode t
                          magit-popup-use-prefix-argument 'default
-                         magit-push-always-verify nil)
+                         magit-push-always-verify nil
+                         magit-revert-buffers t)
                    (add-to-list 'magit-no-confirm 'safe-with-wip))
     :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 #+END_SRC