summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 14fda85f..12b4cab5 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -242,7 +242,10 @@ time.  Make sure to set it up with a nice =completing-read-function=
     :config (progn (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))))
                    (setq magit-last-seen-setup-instructions "1.4.0"
                          magit-completing-read-function #'magit-ido-completing-read
-                         magit-popup-use-prefix-argument 'default))
+                         magit-wip-after-save-mode t
+                         magit-wip-after-apply-mode t
+                         magit-popup-use-prefix-argument 'default)
+                   (add-to-list 'magit-no-confirm 'safe-with-wip))
     :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 #+END_SRC