Skip to content

Commit 05dfe17

Browse files
committed
generated
Signed-off-by: Psionik K <[email protected]>
1 parent cefefde commit 05dfe17

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ answer all the questions.
3131

3232
(use-package erk) ; vanilla, assuming you have MELPA configured
3333

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+
3440
;; using elpaca's with explicit recipe
3541
(use-package erk
3642
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))

doc/erk.texi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,12 @@ workflows for doing so.
302302
@lisp
303303
(use-package erk) ; vanilla, assuming you have MELPA configured
304304
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+
305311
;; using elpaca's with explicit recipe
306312
(use-package erk
307313
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))

0 commit comments

Comments
 (0)