diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2025-03-16 17:25:40 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2025-03-16 17:25:40 -0400 |
| commit | 4bf505c66bcdcaae13f4315ed490121fe05b6cec (patch) | |
| tree | a3ace3a942736f92b3ece96393df2792fa68a20e | |
| parent | a275f1b791df48d23716df01314b562b04eea5a9 (diff) | |
elpa-packages (yaml): Fix `:ignored-files` param
| -rw-r--r-- | elpa-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elpa-packages b/elpa-packages index 5970ae5..7fc3b43 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 |
