From f4df26132e10acef3ba143a1a5164ea301d8df4c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 17 Mar 2021 12:54:30 -0400 Subject: [PATCH] Cleanup editor --- modules/editor.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/editor.org b/modules/editor.org index c530253..7b67cdb 100644 --- a/modules/editor.org +++ b/modules/editor.org @@ -10,19 +10,6 @@ Configuration and imrpovements to the editor experience within Emacs. *Vim*[fn:1] user? This module extends the keybindings by implementing *Evil*[fn:2]. *Doom*[fn:3], *Spacemacs*[fn:4]? The all powerful leader key is also implemented right here! -* Scrolling - -The default scrolling behaviour, especially on the *TTY* is far too jumpy for my tastes. - -+ Scroll conservatively -+ Jump one line at a time - -#+begin_src emacs-lisp -(setq scroll-step 1 - scroll-conservatively 10000 - auto-window-vscroll nil) -#+end_src - * Keybindings Offer =ESC= as an alternative to quit (most) prompts, instead of the default =C-g=.