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

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

[nongnu] elpa/flymake-kondor 0058ef5 19/19: Fix use-package example


From: ELPA Syncer
Subject: [nongnu] elpa/flymake-kondor 0058ef5 19/19: Fix use-package example
Date: Fri, 8 Oct 2021 08:58:19 -0400 (EDT)

branch: elpa/flymake-kondor
commit 0058ef5167142a521825e824aced6229e4898ae9
Author: Manuel Uberti <manuel-uberti@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix use-package example
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 7a93853..aea1dd1 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,8 @@ instructions]]; then proceed with your preferred way of adding 
packages
 * melpa
 
 #+BEGIN_SRC emacs-lisp
-(use-package flymake-kondor 
+(use-package flymake-kondor
+  :ensure t
   :hook (clojure-mode . flymake-kondor-setup))
 #+END_SRC
 



reply via email to

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