diff options
author | Alan Pearce | 2015-08-17 11:30:45 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-17 11:31:20 +0200 |
commit | c423f425561d09ed312b0382d712109706905ade (patch) | |
tree | 590b7c069bf29a3053ac033de66d95079565800f /tag-emacs/emacs.d | |
parent | 5ada0acd052d84bf46746244f3d34167c84f7ce5 (diff) | |
download | dotfiles-c423f425561d09ed312b0382d712109706905ade.tar.lz dotfiles-c423f425561d09ed312b0382d712109706905ade.tar.zst dotfiles-c423f425561d09ed312b0382d712109706905ade.zip |
Emacs: Revert git buffers with magit
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 8533c21..d31eca5 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -246,7 +246,8 @@ time. Make sure to set it up with a nice =completing-read-function= 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 |