41

GitHub - ahungry/fast-scroll: Emacs package to ensure scrolling remains fast

 4 years ago
source link: https://github.com/ahungry/fast-scroll
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

fast-scroll

Ever run into scrolling issues that drive you crazy? (pauses and lag when trying to run through the buffer)

If you have a fair amount of packages and customizations (particularly if they are mode-line / font-lock heavy) then this is the package to help alleviate that a bit for you.

It works by temporarily disabling font-lock and switching to a barebones mode-line, until you stop scrolling (at which point it re-enables).

Usage

In your init file add something such as:

(add-to-list 'load-path "~/src/elisp/fast-scroll") ; Or wherever you cloned it
(require 'fast-scroll)
(fast-scroll-config)
(fast-scroll-advice-scroll-functions)

it will wrap some common scroll commands.

This works really well when you turn up repeat rate in Xorg as well:

xset r rate 250 60

Copyright

Matthew Carter [email protected]

License

AGPLv3 or later


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK