branch: main
commit a436198b95cea6686ffef0084ae40790d4970c86
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    * elpa-packages ("vertico"): Ignore *.svg and extensions subdirectory.
---
 elpa-packages | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 9053ab3..42e3de0 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -394,8 +394,11 @@
  ("visual-fill"                :url nil)
  ("vlf"                        :url "https://github.com/m00natic/vlfi";)
  ("verilog-mode"        :core "lisp/progmodes/verilog-mode.el")
- ("vertico"            :url "https://github.com/minad/vertico";
-  :doc "README.org" :auto-sync t)
+ ("vertico"
+  :url "https://github.com/minad/vertico";
+  :doc "README.org"
+  :ignored-files ("extensions" "*.svg")
+  :auto-sync t)
  ("wcheck-mode"                :url "https://github.com/tlikonen/wcheck-mode";)
  ("wconf"              :url "https://github.com/ilohmar/wconf";)
  ("web-server"         :url "https://github.com/eschulte/emacs-web-server.git";)

Reply via email to