From d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 16 Nov 2015 09:58:27 +0100 Subject: Emacs: Disable unused magit features --- tag-emacs/emacs.d/init.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 5f308ac7..0db6ab27 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)) -- cgit 1.4.1