~mgmarlow/flymake-fennel

Flymake backend for the Fennel programming language
Don't automatically register hooks
Update README
Initial commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~mgmarlow/flymake-fennel
read/write
git@git.sr.ht:~mgmarlow/flymake-fennel

You can also use your local clone with git send-email.

#flymake-fennel

Flymake backend for Fennel.

#Installation

Make sure you have fennel-mode installed.

Clone the repo:

git clone https://git.sr.ht/~mgmarlow/flymake-fennel /path/to/flymake-fennel

Add flymake-fennel to your Emacs config:

(add-to-list 'load-path "/path/to/flymake-fennel")
(require 'flymake-fennel)

(add-hook 'fennel-mode-hook #'flymake-mode)
(add-hook 'fennel-mode-hook #'fnl-setup-flymake-backend)