lilactown / clerk-mode

An Emacs minor mode for presenting Clojure files in Clerk
2 stars 1 forks source link

clerk-mode

An Emacs minor mode for presenting files in Clerk

Usage

Place clerk-mode.el on your Emacs load path and then add the following to your init.el

(require 'clerk-mode)

(add-hook 'clojure-mode #'clerk-mode)