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