don't need ultra scroll anymore

This commit is contained in:
William Ball 2026-04-08 18:28:03 -04:00
parent 33ebfbf2ce
commit 8866a6ecc6
Signed by: wball
SSH key fingerprint: SHA256:3K3IvjUp1U5HwsIRYy/vosnG8l/A84LPUSAKQ6oCGKI

View file

@ -156,15 +156,6 @@
:config
(solaire-global-mode))
#+end_src
** Ultra Scroll
#+begin_src emacs-lisp
(use-package ultra-scroll
:custom
(scroll-conservatively 3)
(scroll-margin 0)
:config
(ultra-scroll-mode 1))
#+end_src
* Functionality
** Navigation
*** Ace-Window
@ -660,11 +651,9 @@ I'm running into weird performance issues with =pdf-tools=. I think it has to do
* Misc
** magit
#+begin_src emacs-lisp
(use-package transient
:ensure t)
(use-package transient)
(use-package magit
:after transient)
(use-package magit :after transient)
#+end_src
** Newsticker
#+begin_src emacs-lisp
@ -674,8 +663,7 @@ I'm running into weird performance issues with =pdf-tools=. I think it has to do
(newsticker-url-list-defaults nil)
(newsticker-url-list
'(("Logic Arxiv" "https://rss.arxiv.org/rss/math.LO")
("Planet Emacslife" "https://planet.emacslife.com/atom.xml")
("It's Foss News" "https://news.itsfoss.com/latest/rss"))))
("Planet Emacslife" "https://planet.emacslife.com/atom.xml"))))
#+end_src
** Books
#+begin_src emacs-lisp