Fix +magit/clone to no longer use magithub
This commit is contained in:
parent
883fcffc97
commit
ecfe52f71c
2 changed files with 28 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue