Add ultra-scroll package
This commit is contained in:
12
init.el
12
init.el
@@ -327,7 +327,17 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:bind (("C-x w" . elfeed))
|
:bind (("C-x w" . elfeed))
|
||||||
:config
|
:config
|
||||||
(setq elfeed-sort-order 'ascending))
|
(setq elfeed-sort-order 'ascending))
|
||||||
|
|
||||||
|
;; ultra-scroll for improved pixel scrolling
|
||||||
|
(use-package ultra-scroll
|
||||||
|
:vc (:url "https://github.com/jdtsmith/ultra-scroll") ; if desired (emacs>=v30)
|
||||||
|
:straight nil
|
||||||
|
:init
|
||||||
|
(setq scroll-conservatively 3 ; or whatever value you prefer, since v0.4
|
||||||
|
scroll-margin 0) ; important: scroll-margin>0 not yet supported
|
||||||
|
:config
|
||||||
|
(ultra-scroll-mode 1))
|
||||||
|
|
||||||
;; Duplicate
|
;; Duplicate
|
||||||
(use-package duplicate-thing
|
(use-package duplicate-thing
|
||||||
|
|||||||
Reference in New Issue
Block a user