branch: main
commit 29d8a0827548a133069518ca7f92a961c3d3be4a
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
; * elpa-packages: Fix :ignore-files -> :ignored-files
---
elpa-packages | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index f6c180bb2d..925da4d090 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -237,7 +237,7 @@
("dismal" :url nil)
("djvu" :url nil)
("doc-toc" :url "https://github.com/dalanicolai/doc-tools-toc"
- :ignore-files ("LICENSE")
+ :ignored-files ("LICENSE")
:auto-sync t)
("docbook" :url nil)
;; `dtache' was renamed to `detached' in May 2022.
@@ -384,7 +384,7 @@
;; ("inspector" :url
"https://github.com/mmontone/emacs-inspector"
;; :auto-sync t)
("inspector" :url "https://github.com/mmontone/emacs-inspector"
- :ignore-files ("LICENSE")
+ :ignored-files ("LICENSE")
:auto-sync t)
("ioccur" :url "https://github.com/thierryvolpiatto/ioccur.git"
:auto-sync t)
@@ -580,7 +580,7 @@
:auto-sync t)
("poker" :url nil)
("polymode" :url "https://github.com/polymode/polymode"
- :ignore-files ("targets" "template" "tests")
+ :ignored-files ("targets" "template" "tests")
:readme "readme.md"
:auto-sync t)
("posframe" :url "https://github.com/tumashu/posframe"