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 :config
(solaire-global-mode)) (solaire-global-mode))
#+end_src #+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 * Functionality
** Navigation ** Navigation
*** Ace-Window *** Ace-Window
@ -660,11 +651,9 @@ I'm running into weird performance issues with =pdf-tools=. I think it has to do
* Misc * Misc
** magit ** magit
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package transient (use-package transient)
:ensure t)
(use-package magit (use-package magit :after transient)
:after transient)
#+end_src #+end_src
** Newsticker ** Newsticker
#+begin_src emacs-lisp #+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-defaults nil)
(newsticker-url-list (newsticker-url-list
'(("Logic Arxiv" "https://rss.arxiv.org/rss/math.LO") '(("Logic Arxiv" "https://rss.arxiv.org/rss/math.LO")
("Planet Emacslife" "https://planet.emacslife.com/atom.xml") ("Planet Emacslife" "https://planet.emacslife.com/atom.xml"))))
("It's Foss News" "https://news.itsfoss.com/latest/rss"))))
#+end_src #+end_src
** Books ** Books
#+begin_src emacs-lisp #+begin_src emacs-lisp