tools/magit: set magithub-dir sooner (prevent .emacs.d/magithub)
This commit is contained in:
parent
4bafe29722
commit
375547d1b3
1 changed files with 3 additions and 2 deletions
|
@ -33,9 +33,10 @@
|
||||||
(def-package! magithub
|
(def-package! magithub
|
||||||
:commands (magithub-clone magithub-feature-autoinject)
|
:commands (magithub-clone magithub-feature-autoinject)
|
||||||
:after magit
|
:after magit
|
||||||
|
:preface
|
||||||
|
(setq magithub-dir (concat doom-etc-dir "magithub/"))
|
||||||
:init
|
:init
|
||||||
(setq magithub-dir (concat doom-etc-dir "magithub/")
|
(setq magithub-clone-default-directory "~/"
|
||||||
magithub-clone-default-directory "~/"
|
|
||||||
magithub-preferred-remote-method 'clone_url)
|
magithub-preferred-remote-method 'clone_url)
|
||||||
:config
|
:config
|
||||||
(load "magithub-autoloads" nil t)
|
(load "magithub-autoloads" nil t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue