zk-phi / sublimity

Smooth-scrolling and minimap like sublime editor
496 stars 26 forks source link

Add sublimity-disable-smooth-scroll #45

Closed negatratoron closed 7 years ago

negatratoron commented 7 years ago

For users who don't want the smooth-scroll feature, it's possible to add all scrolling commands to sublimity-ignored-scroll-commands, but the list ends up very long, containing at least scroll-up-command, scroll-down-command, recenter-top-bottom, beginning-of-buffer, end-of-buffer, isearch-forward, and isearch-backward. It would be much easier with this boolean option.

zk-phi commented 7 years ago

sublimity provides separate package for each features (and the core), so you can disable some of them by just no to load it.

(require 'sublimity)
(require 'sublimity-attractive)
;; (require 'sublimity-scroll)
negatratoron commented 7 years ago

Oh good :D