Skip to content

Commit

Permalink
Fixed defcustom warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 13, 2020
1 parent ec8ac6d commit 49c39fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@

(defcustom dumb-jump-ivy-jump-to-selected-function
#'dumb-jump-ivy-jump-to-selected
"Prompts user for a choice using ivy then dumb-jump to that choice.")
"Prompts user for a choice using ivy then dumb-jump to that choice."
:group 'dumb-jump
:type 'symbol)

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

0 comments on commit 49c39fc

Please sign in to comment.