Skip to content

Commit

Permalink
Fixed url{
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 27, 2020
1 parent f1c2097 commit cdc9519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goto-line-preview.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Keyword: line navigation
;; Version: 0.1.0
;; Package-Requires: ((emacs "25"))
;; URL: https://github.com/jcs-elp/goto-line-preview
;; URL: https://github.com/jcs-elpa/goto-line-preview

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -37,7 +37,7 @@
:prefix "goto-line-preview-"
:group 'convenience
:group 'tools
:link '(url-link :tag "Repository" "https://github.com/jcs-elp/goto-line-preview"))
:link '(url-link :tag "Repository" "https://github.com/jcs-elpa/goto-line-preview"))

(defcustom goto-line-preview-before-hook nil
"Hooks run before `goto-line-preview' is run."
Expand Down

0 comments on commit cdc9519

Please sign in to comment.