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

2
Eask
View File

@@ -1,5 +1,5 @@
(package "quick-find-files"
"0.2.1"
"0.3.0"
"Quickly find files in directories and by extension")
(website-url "https://labs.phundrak.com/phundrak/quick-find-files.el")