Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

n2o/clojure-lint-spacemacs-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-lint layer

Deprecation Notice

I recommend using clj-kondo to lint your Clojure Code, this project will not be further developed.


clojure-lint

Enables clojure-mode, flycheck and flycheck-joker. Uses joker for linting in Clojure(Script). Therefore, you have to install joker and make sure it is a binary in the path, e.g. with

yaourt -S joker

Supports clj, cljs and cljc-files:

cljc_support

Installation

Clone this repository to a location where you store your private layers, e.g. ~/.emacs.layers

mkdir ~/.emacs.layers/
git clone https://github.com/n2o/clojure-lint-spacemacs-layer ~/.emacs.layers/clojure-lint

Then link this layer into your .emacs.d folder:

ln -s ~/.emacs.layers/clojure-lint/ ~/.emacs.d/private/clojure-lint

At last, add the new layer clojure-lint and the syntax-checking layer to your dotspacemacs-configuration-layers.

Usage

This automatically enables flycheck-mode with flycheck-joker on Clojure-files and lints your code. No additional steps should be required.

About

Spacemacs-layer to add and configure a linter for Clojure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published