tools/magit: initialize magithub variables sooner
This commit is contained in:
parent
4576741178
commit
92b1d1d7d0
1 changed files with 5 additions and 4 deletions
|
@ -33,12 +33,13 @@
|
||||||
(def-package! magithub
|
(def-package! magithub
|
||||||
:commands (magithub-clone magithub-feature-autoinject)
|
:commands (magithub-clone magithub-feature-autoinject)
|
||||||
:after magit
|
:after magit
|
||||||
:config
|
:init
|
||||||
(load "magithub-autoloads" nil t)
|
|
||||||
(magithub-feature-autoinject t)
|
|
||||||
(setq magithub-dir (concat doom-etc-dir "magithub/")
|
(setq magithub-dir (concat doom-etc-dir "magithub/")
|
||||||
magithub-clone-default-directory "~/"
|
magithub-clone-default-directory "~/"
|
||||||
magithub-preferred-remote-method 'clone_url))
|
magithub-preferred-remote-method 'clone_url)
|
||||||
|
:config
|
||||||
|
(load "magithub-autoloads" nil t)
|
||||||
|
(magithub-feature-autoinject t))
|
||||||
|
|
||||||
|
|
||||||
(def-package! evil-magit
|
(def-package! evil-magit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue