X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/5c421a7c44357af95dcd1b51c52b1899ec363be5:/lisp/my-find-test-file.el..1e6aea58aa155b613de2008b1489bedc49ab9231:/text-edit/my-find-test-file.el diff --git a/lisp/my-find-test-file.el b/text-edit/my-find-test-file.el similarity index 98% rename from lisp/my-find-test-file.el rename to text-edit/my-find-test-file.el index 8f0c445..989f449 100644 --- a/lisp/my-find-test-file.el +++ b/text-edit/my-find-test-file.el @@ -1,7 +1,6 @@ ;;; -*- lexical-binding: t -*- (require 'cl-lib) -(require 'counsel) (defun my/prod-file-p (file) (not (or (string-match-p "test" file) @@ -54,3 +53,5 @@ INITIAL-DIRECTORY, if non-nil, is used as the root directory for search." (t (ivy-read "Find test file" results :action #'counsel-git-action :caller 'my/find-prod-or-test-file))))) + +(provide 'my-find-test-file)