https://github.com/lilactown/clerk-mode
An Emacs minor mode for presenting Clojure files in Clerk
https://github.com/lilactown/clerk-mode
Last synced: 8 months ago
JSON representation
An Emacs minor mode for presenting Clojure files in Clerk
- Host: GitHub
- URL: https://github.com/lilactown/clerk-mode
- Owner: lilactown
- Created: 2022-10-20T16:07:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T16:21:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T18:48:32.668Z (8 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clerk-mode
An Emacs minor mode for presenting files in [Clerk](https://github.com/nextjournal/clerk)
## Usage
Place `clerk-mode.el` on your Emacs load path and then add the following to your `init.el`
```elisp
(require 'clerk-mode)(add-hook 'clojure-mode #'clerk-mode)
```