Fix +magit/clone to no longer use magithub

This commit is contained in:
Henrik Lissner 2019-02-18 18:25:57 -05:00
parent 883fcffc97
commit ecfe52f71c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 28 additions and 26 deletions

View file

@ -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