Skip to content

Commit

Permalink
repeat: Enable repeat-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Jul 1, 2024
1 parent 4f557db commit 7e40e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ Call a second time to restore the original window configuration."
:config
(column-number-mode t))

(use-package repeat
:config (repeat-mode))

(use-package pixel-scroll
:config (pixel-scroll-precision-mode t))

Expand Down

0 comments on commit 7e40e38

Please sign in to comment.