Skip to content

Commit

Permalink
[ADD] Autoloaded minor mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Feb 25, 2024
1 parent 100da2b commit cbc26d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typewriter-roll-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Argument POS cursor's position."
(remove-hook 'post-self-insert-hook #'typewriter-roll--check t)
(remove-hook 'pre-command-hook #'typewriter-roll--check t))

;;;###autoload
(define-minor-mode typewriter-roll-mode
"Justify and scroll text to keep a single line in focus."
:lighter " typewriter-roll"
Expand Down

0 comments on commit cbc26d5

Please sign in to comment.