Skip to content

Commit

Permalink
Ultra Scroll: Allso vscroll on left-char and rigt-char
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Jan 23, 2025
1 parent b3d2705 commit 60163e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,9 @@ would move point to an (partially) invisible line."
(advice-add 'next-line :around #'pk/maybe-disable-vscroll-next)
(advice-add 'magit-next-line :around #'pk/maybe-disable-vscroll-next)
(advice-add 'backward-char :before #'pk/maybe-vscroll-backward)
(advice-add 'left-char :before #'pk/maybe-vscroll-backward)
(advice-add 'forward-char :before #'pk/maybe-vscroll-forward)
(advice-add 'right-char :before #'pk/maybe-vscroll-forward)
(ultra-scroll-mode))


Expand Down

0 comments on commit 60163e0

Please sign in to comment.