summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-16 09:58:27 +0100
committerAlan Pearce2015-11-16 09:58:27 +0100
commitd7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac (patch)
treefa6b697da94b16021141582415bf36d51080ee19 /tag-emacs
parent512cd43b1ae36c6f39569b81958d9e94053c40f6 (diff)
downloaddotfiles-d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac.tar.lz
dotfiles-d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac.tar.zst
dotfiles-d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac.zip
Emacs: Disable unused magit features
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 5f308ac..0db6ab2 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -229,10 +229,9 @@ time.  Make sure to set it up with a nice =completing-read-function=
     :commands (magit-status)
     :config (progn (setq magit-last-seen-setup-instructions "1.4.0"
                          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-push-always-verify nil
+                         global-magit-file-mode nil
                          magit-revert-buffers t)
                    (add-to-list 'magit-no-confirm 'safe-with-wip))
     :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))