File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ answer all the questions.
31
31
32
32
(use-package erk) ; vanilla, assuming you have MELPA configured
33
33
34
+ ;; package-vc
35
+ (package-vc-install
36
+ '(erk :url "https://github.com/positron-solutions/elisp-repo-kit.git"
37
+ :lisp-dir "lisp"
38
+ :doc "doc/erk.texi"))
39
+
34
40
;; using elpaca's with explicit recipe
35
41
(use-package erk
36
42
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))
Original file line number Diff line number Diff line change @@ -302,6 +302,12 @@ workflows for doing so.
302
302
@lisp
303
303
(use-package erk) ; vanilla, assuming you have MELPA configured
304
304
305
+ ; ; package-vc
306
+ (package-vc-install
307
+ '(erk :url " https://github.com/positron-solutions/elisp-repo-kit.git"
308
+ :lisp-dir " lisp"
309
+ :doc " doc/erk.texi" ))
310
+
305
311
; ; using elpaca's with explicit recipe
306
312
(use-package erk
307
313
:elpaca (erk :host github :repo " positron-solutions/elisp-repo-kit" ))
You can’t perform that action at this time.
0 commit comments