all repos — nixfiles @ d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac

System and user configuration, managed by nix and home-manager

Emacs: Disable unused magit features

Alan Pearce
commit

d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac

parent

512cd43b1ae36c6f39569b81958d9e94053c40f6

1 file changed, 1 insertion(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -229,10 +229,9 @@ :defer 5
: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))