Skip to content

Commit

Permalink
add package-vc to standard install prelude
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Dec 27, 2023
1 parent 49611de commit cefefde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ working with Elisp packages, Elisp Repo Kit provides shortcuts:
#+begin_src elisp
(use-package erk) ; vanilla, assuming you have MELPA configured

;; package-vc
(package-vc-install
'(erk :url "https://github.com/positron-solutions/elisp-repo-kit.git"
:lisp-dir "lisp"
:doc "doc/erk.texi"))

;; using elpaca's with explicit recipe
(use-package erk
:elpaca (erk :host github :repo "positron-solutions/elisp-repo-kit"))
Expand Down

0 comments on commit cefefde

Please sign in to comment.