From b20038da0d56206d211e1316c08230584bccae06 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Fri, 22 Jan 2021 14:57:51 -0600 Subject: Add fast scrolling settings --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index 06b246c..5711a84 100644 --- a/config.org +++ b/config.org @@ -567,6 +567,16 @@ generally use it as a leader for entering applications. (blackout 'which-key-mode) #+end_src +** Scrolling + +According to [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-order-of-magnitude-faster][Murilo Pereira]], these settings will make Emacs scrolling +"an order of magnitude faster." + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default auto-window-vscroll nil + fast-but-imprecise-scrolling t) +#+end_src + * Persistence ** Minibuffer history -- cgit 1.4.1-21-gabe81