branch: elpa/flymake-kondor commit 372090704ced22ec35fa7e9cfc35696f68654ce7 Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Improve formatting --- README.org | 23 +++++++++++------------ flymake-kondor.el | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.org b/README.org index aea1dd1..9aefa3c 100644 --- a/README.org +++ b/README.org @@ -2,11 +2,11 @@ #+TITLE: flymake backend clj-kondo #+AUTHOR: https://turbocafe.keybase.pub -this package integrates clj-kondo a clojure linter into emacs' -flymake; to use this package get clj-kondo following [[https://github.com/borkdude/clj-kondo/blob/master/doc/install.md][installation -instructions]]; then proceed with your preferred way of adding packages +This package integrates clj-kondo a Clojure linter into Emacs' Flymake; to use +it get clj-kondo following [[https://github.com/borkdude/clj-kondo/blob/master/doc/install.md][installation instructions]]; then proceed with your +preferred way of adding packages. -* melpa +* MELPA #+BEGIN_SRC emacs-lisp (use-package flymake-kondor @@ -14,7 +14,7 @@ instructions]]; then proceed with your preferred way of adding packages :hook (clojure-mode . flymake-kondor-setup)) #+END_SRC -* github +* GitHub #+BEGIN_SRC emacs-lisp (el-get-bundle flymake-kondor @@ -22,7 +22,7 @@ instructions]]; then proceed with your preferred way of adding packages (add-hook 'clojure-mode-hook #'flymake-kondor-setup)) #+END_SRC -* local +* Local #+BEGIN_SRC emacs-lisp (add-to-list 'load-path "~/path/to/flymake-kondor") @@ -30,12 +30,11 @@ instructions]]; then proceed with your preferred way of adding packages (add-hook 'clojure-mode-hook #'flymake-kondor-setup) #+END_SRC +* Note about Flymake -* note about flymake - -to start linting activate =M-x flymake-mode= in clojure buffer; even -better assign hook and keys so you could navigate to prev/next error -in buffer instantly +To start linting activate =M-x flymake-mode= in a Clojure buffer; even better +assign hook and keys so you could navigate to the previous or next error in the +buffer instantly. #+BEGIN_SRC emacs-lisp (use-package flymake @@ -46,5 +45,5 @@ in buffer instantly :config (remove-hook 'flymake-diagnostic-functions #'flymake-proc-legacy-flymake)) #+END_SRC -there's [[https://github.com/borkdude/flycheck-clj-kondo][sister project]] that integrates clj-kondo into flycheck +There is a [[https://github.com/borkdude/flycheck-clj-kondo][sister project]] that integrates clj-kondo into Flycheck. diff --git a/flymake-kondor.el b/flymake-kondor.el index ad96f22..505b76d 100644 --- a/flymake-kondor.el +++ b/flymake-kondor.el @@ -4,7 +4,7 @@ ;; ;; Author: https://turbocafe.keybase.pub ;; Created: 3 November 2019 -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Package-Requires: ((emacs "26.1")) ;; URL: https://github.com/turbo-cafe/flymake-kondor ;;; Commentary: