Closed negatratoron closed 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)
Oh good :D
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.