Skip to content

Commit cefefde

Browse files
committed
add package-vc to standard install prelude
Signed-off-by: Psionik K <[email protected]>
1 parent 49611de commit cefefde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/manual.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ working with Elisp packages, Elisp Repo Kit provides shortcuts:
111111
#+begin_src elisp
112112
(use-package erk) ; vanilla, assuming you have MELPA configured
113113

114+
;; package-vc
115+
(package-vc-install
116+
'(erk :url "https://github.com/positron-solutions/elisp-repo-kit.git"
117+
:lisp-dir "lisp"
118+
:doc "doc/erk.texi"))
119+
114120
;; using elpaca's with explicit recipe
115121
(use-package erk
116122
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))

0 commit comments

Comments
 (0)