mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix +magit/clone to no longer use magithub
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
;;; tools/magit/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +magit-default-clone-url "https://github.com/%s/%s"
|
||||
"The default location for `+magit/clone' to clone relative URLs from.
|
||||
It is passed a user and repository name.")
|
||||
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
|
||||
|
Reference in New Issue
Block a user