Skip to content

A very basic example using the Elisp Repo Kit project structure

License

Notifications You must be signed in to change notification settings

positron-solutions/erk-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A very basic example using the Elisp Repo Kit project structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published