We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40e5eb commit 94306b6Copy full SHA for 94306b6
isearch-project.el
@@ -8,7 +8,7 @@
8
;; Keyword: convenience, search
9
;; Version: 0.2.3
10
;; Package-Requires: ((emacs "26.1") (f "0.20.0"))
11
-;; URL: https://github.com/jcs090218/isearch-project
+;; URL: https://github.com/jcs-elpa/isearch-project
12
13
;; This file is NOT part of GNU Emacs.
14
@@ -41,7 +41,7 @@
41
"Incremental search through the whole project."
42
:prefix "isearch-project-"
43
:group 'isearch
44
- :link '(url-link :tag "Repository" "https://github.com/jcs090218/isearch-project"))
+ :link '(url-link :tag "Repository" "https://github.com/jcs-elpa/isearch-project"))
45
46
(defcustom isearch-project-ignore-paths '(".vs/"
47
".vscode/"
0 commit comments