From 3a2516a9d1bc78bed5ae8adf54b4955e2eba44e7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Feb 2021 15:52:47 -0600 Subject: Add scroll settings --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index f1c5cff..a9f6420 100644 --- a/config.org +++ b/config.org @@ -955,6 +955,8 @@ generally use it as a leader for entering applications. ** Scrolling +*** Fast 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." @@ -963,6 +965,14 @@ According to [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-orde fast-but-imprecise-scrolling t) #+end_src +*** Scroll margins + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default scroll-margin 0 + scroll-conservatively 101 ; if greater than 100 ... + scroll-preserve-screen-position 1) +#+end_src + ** Enable commands I think the /disabled command/ feature of Emacs is stupid, especially -- cgit 1.4.1-21-gabe81