mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/version-control: load magit autoloads #446
This prevents void-function issues with magit.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user