Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.19 KB

README.md

File metadata and controls

51 lines (31 loc) · 2.19 KB

CI workflow status DCO Check

Elisp Repository Kit Basic

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.

Install Elisp repository kit basic

;; 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

Table of Contents

Contributing

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.