Skip to content

Commit

Permalink
Change symbol to function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 13, 2020
1 parent 49c39fc commit 472c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#'dumb-jump-ivy-jump-to-selected
"Prompts user for a choice using ivy then dumb-jump to that choice."
:group 'dumb-jump
:type 'symbol)
:type 'function)

(defcustom dumb-jump-prefer-searcher
nil
Expand Down

0 comments on commit 472c301

Please sign in to comment.