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
|
||||
:commands (magithub-clone magithub-feature-autoinject)
|
||||
:after magit
|
||||
:preface
|
||||
(setq magithub-dir (concat doom-etc-dir "magithub/"))
|
||||
:init
|
||||
(setq magithub-dir (concat doom-etc-dir "magithub/")
|
||||
magithub-clone-default-directory "~/"
|
||||
(setq magithub-clone-default-directory "~/"
|
||||
magithub-preferred-remote-method 'clone_url)
|
||||
:config
|
||||
(load "magithub-autoloads" nil t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue