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

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

[elpa] main 4bf505c66b: elpa-packages (yaml): Fix `:ignored-files` param


From: Stefan Monnier
Subject: [elpa] main 4bf505c66b: elpa-packages (yaml): Fix `:ignored-files` param
Date: Sun, 16 Mar 2025 17:25:56 -0400 (EDT)

branch: main
commit 4bf505c66bcdcaae13f4315ed490121fe05b6cec
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    elpa-packages (yaml): Fix `:ignored-files` param
---
 elpa-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 5970ae551b..7fc3b436c8 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -914,7 +914,7 @@
  (xref                 :core "lisp/progmodes/xref.el")
  (xref-union            :url "https://codeberg.org/pkal/xref-union.el";)
  (yaml                 :url "https://github.com/zkry/yaml.el";
-  :ignored-files "LICENSE")
+  :ignored-files ("LICENSE"))
  (yasnippet            :url "https://github.com/joaotavora/yasnippet";)
  (yasnippet-classic-snippets :url nil)
  (zones                        :url nil)  
;https://www.emacswiki.org/emacs/zones.el



reply via email to

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