emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/flymake-kondor e885669 08/19: package-lint fixes


From: ELPA Syncer
Subject: [nongnu] elpa/flymake-kondor e885669 08/19: package-lint fixes
Date: Fri, 8 Oct 2021 08:58:09 -0400 (EDT)

branch: elpa/flymake-kondor
commit e885669f4ba2613fcb6bdc03087f271e5d1e26ac
Author: admin@turbocafe.in.eu.org <admin@turbocafe.in.eu.org>
Commit: admin@turbocafe.in.eu.org <admin@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
 ;;



reply via email to

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