Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: add :ui good-scroll #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nova-nowiz
Copy link

I added a module under ui for providing smooth scrolling.
It fully takes into account mac-mouse-wheel-smooth-scroll, pixel-scroll-precision-mode, and provides the good-scroll package if these options are not available (emacs 28 that is not a mac, or emacs 27 or less).

It activates the modes in this order of priority:
mac-mouse-wheel-smooth-scroll > pixel-scroll-precision-mode > good-scroll

Fixes doomemacs/doomemacs#5871
Replaces doomemacs/doomemacs#5873

emacs2.mp4

  • I searched the issue tracker and this hasn't been PRed before.
  • My changes are not on the do-not-PR list for this project.
  • My commits conform to the git conventions.
  • My changes are visual; I've included before and after screenshots.
  • Any relevant issues or PRs have been linked to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having good-scroll as default or as a module
1 participant