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 Oct 21, 2023
1 parent e8da237 commit 8868774
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,42 @@
<a href="https://github.com/positron-solutions/elisp-repo-kit/actions/?workflow=Developer+Certificate+of+Origin"><img src="https://github.com/positron-solutions/elisp-repo-kit/actions/workflows/dco.yml/badge.svg" alt="DCO Check"></a>


# Use with Elisp Repo Kit
# Elisp Repository Kit Basic

The repository hosting this package was created with [elisp-repo-kit](https://github.com/positron-solutions/elisp-repo-kit). You can
install it using `erk-new`.


# Install Elisp repository kit basic


;; update this after you publish your new package!
;; (use-package erk-basic) ; vanilla, assuming you have MELPA configured

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

- [Elisp Repository Kit Basic](#orgdeb6965)
- [Install Elisp repository kit basic](#org173f45e)
- [Contributing](#org98edd93)


# Contributing

Because this repository is created from [elisp-repo-kit](https://github.com/positron-solutions/elisp-repo-kit), please file any issues
or make relevant pull requests there unless the changes are specific to this
repo.

See the [CONTRIBUTING](../CONTRIBUTING.md) guide for help making changes to this project.

For turn-key contribution to the software ecosystem that keeps you moving, see
Expand Down

0 comments on commit 8868774

Please sign in to comment.