diff --git a/config.org b/config.org index 5726901..a12cc2e 100644 --- a/config.org +++ b/config.org @@ -81,6 +81,11 @@ (setq sentence-end-double-space nil) #+END_SRC + Scroll to the end / beginning of buffer before you throw an error +#+BEGIN_SRC emacs-lisp + (setq scroll-error-top-bottom t) +#+END_SRC + Delete the region when typing, just like as we expect nowadays. #+BEGIN_SRC emacs-lisp (delete-selection-mode t)