diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 153921f49..f2c490df7 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -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)