The repository hosting this package was created with elisp-repo-kit. You can
clone and rename it using erk-new
to quickly get a package set up.
;; update this after you publish your new package!
;; (use-package erk-basic) ; vanilla, assuming you have MELPA configured
;; package-vc
(package-vc-install
'(erk-basic :url "https://github.com/positron-solutions/erk-basic.git"
:lisp-dir "lisp"
:doc "doc/erk-basic.texi"))
;; using elpaca's with explicit recipe
(use-package erk-basic
:elpaca (erk-basic :host github :repo "positron-solutions/erk-basic"))
;; straight with explicit recipe
(use-package erk-basic
:straight (erk-basic :type git :host github :repo "positron-solutions/erk-basic"))
;; or use manual load-path & require, you brave yak shaver
Because this repository is created from elisp-repo-kit, please file any issues or make relevant pull requests there unless the changes are specific to this repo.
See the CONTRIBUTING guide for help making changes to this project.
For turn-key contribution to the software ecosystem that keeps you moving, see the funding links.