all repos — archive/dotfiles @ 9ebbf3bbb386ca69ecb266fe50cec3dc914a1beb

Superseded by nixfiles

Emacs: Use Magit’s WIP functionality
Alan Pearce alan@alanpearce.co.uk
Sun, 26 Jul 2015 16:42:44 +0200
commit

9ebbf3bbb386ca69ecb266fe50cec3dc914a1beb

parent

b0784e8a8bf42215897696762f39905b5a392ef0

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -242,7 +242,10 @@ :commands (magit-status)     :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