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 9c07605 commit 8a5d986Copy full SHA for 8a5d986
helm-file-preview.el
@@ -8,7 +8,7 @@
8
;; Keyword: file helm preview select selection
9
;; Version: 0.1.4
10
;; Package-Requires: ((emacs "25.1") (helm "2.0"))
11
-;; URL: https://github.com/jcs090218/helm-file-preview
+;; URL: https://github.com/jcs-elpa/helm-file-preview
12
13
;; This file is NOT part of GNU Emacs.
14
@@ -39,7 +39,7 @@
39
"Preview the current helm file selection."
40
:prefix "helm-file-preview-"
41
:group 'tools
42
- :link '(url-link :tag "Repository" "https://github.com/jcs090218/helm-file-preview"))
+ :link '(url-link :tag "Repository" "https://github.com/jcs-elpa/helm-file-preview"))
43
44
(defcustom helm-file-preview-only-when-line-numbers t
45
"Find the file only when the line numbers appears in the selection."
0 commit comments