summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
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.
567 (blackout 'which-key-mode) 567 (blackout 'which-key-mode)
568#+end_src 568#+end_src
569 569
570** Scrolling
571
572According to [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-order-of-magnitude-faster][Murilo Pereira]], these settings will make Emacs scrolling
573"an order of magnitude faster."
574
575#+begin_src emacs-lisp :noweb-ref settings
576 (setq-default auto-window-vscroll nil
577 fast-but-imprecise-scrolling t)
578#+end_src
579
570* Persistence 580* Persistence
571 581
572** Minibuffer history 582** Minibuffer history