Skip to content

Commit

Permalink
updates use of define-minor-mode. fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Jun 26, 2022
1 parent 561d08a commit a3ee894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion highlight-thing.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ functionality."
;;;###autoload
(define-minor-mode highlight-thing-mode
"Minor mode that highlights things at point"
nil " hlt" nil
:lighter " hlt"
:keymap nil
:group 'highlight-thing
(if highlight-thing-mode
(highlight-thing-schedule-timer)
Expand Down

0 comments on commit a3ee894

Please sign in to comment.