We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49611de commit cefefdeCopy full SHA for cefefde
doc/manual.org
@@ -111,6 +111,12 @@ working with Elisp packages, Elisp Repo Kit provides shortcuts:
111
#+begin_src elisp
112
(use-package erk) ; vanilla, assuming you have MELPA configured
113
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
+
120
;; using elpaca's with explicit recipe
121
(use-package erk
122
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))
0 commit comments