branch: main
commit 65d3c79c7a01419172a82994cbfefa323b49072f
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-packages (agitate): Add :readme
    
    Also fix syntax of :ignored-files for `async`.
---
 elpa-packages | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 7d564583c8..daf087277d 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -52,6 +52,7 @@
  ("agitate"            :url "https://git.sr.ht/~protesilaos/agitate";
   :auto-sync t
   :doc "README.org"
+  :readme "README.md"
   :ignored-files ("COPYING" "doclicense.texi"))
  ("ahungry-theme"      :url "https://github.com/ahungry/color-theme-ahungry";)
  ("aircon-theme"        :url "https://git.sr.ht/~chambln/aircon-theme.el";
@@ -66,7 +67,7 @@
   :doc "assess-doc.org"
   :auto-sync t)
  ("async"              :url "https://github.com/jwiegley/emacs-async";
-  :ignored-files "COPYING"
+  :ignored-files ("COPYING")
   :auto-sync t)
  ("auctex"             :url "git://git.sv.gnu.org/auctex.git"
   ;; AUCTeX is currently sync'd manually and elpa.git isn't quite a mirror :-(

Reply via email to