gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Flymake-Kondor version 0.1.3


From: ELPA update
Subject: [NonGNU ELPA] Flymake-Kondor version 0.1.3
Date: Sun, 31 Mar 2024 07:12:29 -0400

Version 0.1.3 of package Flymake-Kondor has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Flymake-Kondor describes itself as:

  =====================
  Linter with clj-kondo
  =====================

More at https://elpa.nongnu.org/nongnu/flymake-kondor.html

## Summary:

                              ━━━━━━━━━━━━━━━━
                               FLYMAKE-KONDOR
                              ━━━━━━━━━━━━━━━━


  This package integrates clj-kondo a Clojure linter into Emacs'
  Flymake. To use it get clj-kondo following [installation instructions];
  then proceed with your preferred way of adding packages.


  [installation instructions]
  <https://github.com/borkdude/clj-kondo/blob/master/doc/install.md>


  1 MELPA
  ═══════

    ┌────
    │ (use-package flymake-kondor
    │   :ensure t
    │   :hook (clojure-mode . flymake-kondor-setup))
    └────


  2 GitHub
  ════════

    ┌────
    │ (el-get-bundle flymake-kondor
    │          :url 
"https://raw.githubusercontent.com/turbo-cafe/flymake-kondor/master/flymake-kondor.el";
    │          (add-hook 'clojure-mode-hook #'flymake-kondor-setup))
    └────

## Recent NEWS:

[Not provided 🙁]

reply via email to

[Prev in Thread] Current Thread [Next in Thread]