From f3a14376325e0d5d5e66af08b8c45da4c5258501 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sun, 27 May 2018 18:41:15 +0200 Subject: [PATCH] added more default settings --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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)