mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/magit: set magithub-dir sooner (prevent .emacs.d/magithub)
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user