D
Size: a a a
D
DL
Aß
DL
DL
(defun quelpa-build--checkout-sourcehut (name config dir)
"Check package NAME with config CONFIG out of gitlab into DIR."
(let ((url (format "https://git.sr.ht/~%s" (plist-get config :repo))))
(quelpa-build--checkout-git name (plist-put (copy-sequence config) :url url) dir)))
(defun quelpa-build--checkout-sourcehut-ssh (name config dir)
"Check package NAME with config CONFIG out of gitlab into DIR."
(let ((url (format "git@git.sr.ht:~%s" (plist-get config :repo))))
(quelpa-build--checkout-git name (plist-put (copy-sequence config) :url url) dir)))
(use-package fraktur-im
:quelpa
(fraktur-im :repo "sokolov/fraktur-im" :fetcher sourcehut))
DL
DL
DL
¥
:fetcher git :url XXX
и всёDL
:fetcher git :url XXX
и всё¥
DL
DL
¥
¥
¥
AP
¥
¥
LL