emacs: auto-load magit after a while
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -483,6 +483,7 @@ (evil-ex-define-cmd "pb" #'projectile-switch-to-buffer) (evil-ex-define-cmd "psw[itch]" #'projectile-switch-project)))) (use-package magit + :defer 5 :commands (magit-status magit-dispatch) :init (progn (setq magit-define-global-key-bindings t))