An open API service indexing awesome lists of open source software.

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

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)
```