Skip to content

Commit

Permalink
generated
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 cefefde commit 05dfe17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ answer all the questions.

(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
6 changes: 6 additions & 0 deletions doc/erk.texi
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ workflows for doing so.
@lisp
(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 05dfe17

Please sign in to comment.