]> code.delx.au - dotemacs/blobdiff - text-edit/my-find-test-file.el
Massive update!
[dotemacs] / 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 8f0c445364f38603d1be65cd019f8b7f511c9e56..989f449edc0a5e03877981d1cadc9b1be3adb92f 100644 (file)
@@ -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)