branch: main commit 1b7e27b1648f8fbb54e28a5a1e00f53c2b3697ab Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
* elpa-packages ("consult"): Ignore images subdirectory. --- elpa-packages | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 42e3de0..e7c527f 100644 --- a/elpa-packages +++ b/elpa-packages @@ -94,8 +94,11 @@ ("company-ebdb" :url nil) ("company-math" :url "https://github.com/vspinu/company-math.git") ("company-statistics" :url "https://github.com/company-mode/company-statistics") - ("consult" :url "https://github.com/minad/consult" - :doc "README.org" :auto-sync t) + ("consult" + :url "https://github.com/minad/consult" + :doc "README.org" + :ignored-files ("images") + :auto-sync t) ("context-coloring" :url "https://github.com/jacksonrayhamilton/context-coloring.git") ("corfu" :url "https://github.com/minad/corfu" :doc "README.org" :auto-sync t)