diff options
author | Alan Pearce | 2015-08-14 09:22:08 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-14 09:22:08 +0200 |
commit | c88ffba7b36f9dde833aac62ed0712cb90db0849 (patch) | |
tree | a150db3a596cefd65fb81b230ad82f5ebaa1ee7a | |
parent | c33752f85ceda2332ad74375c48a7d38f72a9719 (diff) | |
download | dotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.tar.lz dotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.tar.zst dotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.zip |
Emacs: Stop Magit nagging on push
-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 cd3ec4d..7d8bc0d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -245,7 +245,8 @@ time. Make sure to set it up with a nice =completing-read-function= 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-popup-use-prefix-argument 'default + magit-push-always-verify nil) (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) #+END_SRC |