git: add autoloads for popup functions

This commit is contained in:
syl20bnr 2015-12-01 01:43:01 -05:00
parent 3fb775877b
commit 74bc25c32c

View file

@ -94,10 +94,14 @@
(defun git/init-magit ()
(use-package magit
:commands (magit-status
magit-blame-mode
magit-log
magit-commit)
:commands (magit-blame-mode
magit-commit-popup
magit-diff-popup
magit-fetch-popup
magit-log-popup
magit-pull-popup
magit-push-popup
magit-status)
:init
(progn
(setq magit-completing-read-function 'magit-builtin-completing-read)