feature/version-control: load magit autoloads #446
This prevents void-function issues with magit.
This commit is contained in:
parent
636c895f23
commit
1aa108ce02
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@
|
||||||
|
|
||||||
|
|
||||||
(def-package! magit
|
(def-package! magit
|
||||||
:commands (magit-status magit-blame)
|
:defer t
|
||||||
|
:init (load "magit-autoloads" nil t)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*?magit" :ignore)
|
(set! :popup "^\\*?magit" :ignore)
|
||||||
(set! :evil-state 'magit-status-mode 'emacs)
|
(set! :evil-state 'magit-status-mode 'emacs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue