branch: elpa/flymake-kondor commit e885669f4ba2613fcb6bdc03087f271e5d1e26ac Author: ad...@turbocafe.in.eu.org <ad...@turbocafe.in.eu.org> Commit: ad...@turbocafe.in.eu.org <ad...@turbocafe.in.eu.org>
package-lint fixes --- README.org | 2 +- flymake-kondor.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index aea1dd1..329aae8 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ instructions]]; then proceed with your preferred way of adding packages #+BEGIN_SRC emacs-lisp (use-package flymake-kondor - :ensure t + :ensure flymake-quickdef :hook (clojure-mode . flymake-kondor-setup)) #+END_SRC diff --git a/flymake-kondor.el b/flymake-kondor.el index 77c598e..1665289 100644 --- a/flymake-kondor.el +++ b/flymake-kondor.el @@ -1,4 +1,4 @@ -;;; flymake-kondor.el --- emacs linter with clj-kondo -*- lexical-binding: t; -*- +;;; flymake-kondor.el --- Linter with clj-kondo -*- lexical-binding: t; -*- ;; Copyright (C) 2019 https://turbocafe.keybase.pub ;;