summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-08-14 09:22:08 +0200
committerAlan Pearce2015-08-14 09:22:08 +0200
commitc88ffba7b36f9dde833aac62ed0712cb90db0849 (patch)
treea150db3a596cefd65fb81b230ad82f5ebaa1ee7a /tag-emacs
parentc33752f85ceda2332ad74375c48a7d38f72a9719 (diff)
downloaddotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.tar.lz
dotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.tar.zst
dotfiles-c88ffba7b36f9dde833aac62ed0712cb90db0849.zip
Emacs: Stop Magit nagging on push
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
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