All Projects → n2o → clojure-lint-spacemacs-layer

n2o / clojure-lint-spacemacs-layer

Licence: MIT license
Spacemacs-layer to add and configure a linter for Clojure

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to clojure-lint-spacemacs-layer

company-flow
No description or website provided.
Stars: ✭ 32 (+45.45%)
Mutual labels:  flycheck
phpstan.el
Interface to PHPStan (PHP static analyzer)
Stars: ✭ 22 (+0%)
Mutual labels:  flycheck
flycheck-popup-tip
Display Flycheck error messages using popup.el
Stars: ✭ 30 (+36.36%)
Mutual labels:  flycheck
flycheck-languagetool
Flycheck support for LanguageTool
Stars: ✭ 44 (+100%)
Mutual labels:  flycheck
Flycheck
On the fly syntax checking for GNU Emacs
Stars: ✭ 2,138 (+9618.18%)
Mutual labels:  flycheck
flycheck-elsa
Flycheck integration for Elsa---Emacs lisp static analyzer
Stars: ✭ 25 (+13.64%)
Mutual labels:  flycheck
magit-diff-flycheck
Flycheck for Magit diff buffers!
Stars: ✭ 24 (+9.09%)
Mutual labels:  flycheck
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-36.36%)
Mutual labels:  flycheck
google-calendar-layer
A google calendar layer for Spacemacs
Stars: ✭ 39 (+77.27%)
Mutual labels:  spacemacs-layer

clojure-lint layer

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].