feat: overhaul of this package's configuration
Some checks failed
CI / build (emacs-26-alpine-ci-eask) (push) Failing after 5s
CI / build (emacs-27-alpine-ci-eask) (push) Failing after 5s
CI / build (emacs-28-alpine-ci-eask) (push) Failing after 5s
CI / build (emacs-29-alpine-ci-eask) (push) Failing after 6s
CI / build (emacs-master-alpine-ci-eask) (push) Failing after 4s

Deprecate `quick-find-files-dirs-and-exts`, replaced by
`quick-find-files-dirs`. It introduces a new, much clearer syntax
which will allow more opportunities to extend its capabilities in the
future.

Now allow users to ignore paths within their predetermined paths.
This commit is contained in:
2023-12-29 16:16:14 +01:00
parent 3907a31632
commit 595a4272fe
6 changed files with 841 additions and 723 deletions

View File

@@ -28,7 +28,11 @@ checkdoc:
lint:
@echo "Linting..."
$(EASK) lint declare
$(EASK) lint indent
$(EASK) lint keywords
$(EASK) lint package
$(EASK) lint regexps
clean:
$(EASK) clean all