From 75afee2155e5480b05781c990b6a1a9f976881eb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 Jan 2025 21:31:28 +0100 Subject: emacs: install ultra-scroll --- user/emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index fe6e202a..508541f6 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -167,6 +167,13 @@ (add-hook 'evil-insert-state-entry-hook #'noct-absolute) (add-hook 'evil-insert-state-exit-hook #'noct-relative) +(use-package ultra-scroll + :defer 1 + :config (progn + (setq scroll-margin 0 + scroll-conservatively 101) + (ultra-scroll-mode +1))) + ;;; Encoding (setq-default bidi-paragraph-direction 'left-to-right -- cgit 1.4.1