From edc0c188b49da6c6ffa05ea826819107f474feea Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:24:20 +0100 Subject: [PATCH] Add a tiny bit of scroll margin --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index fb0989c..1737748 100644 --- a/init.org +++ b/init.org @@ -263,6 +263,7 @@ initial-scratch-message nil ; Clean scratch buffer recentf-max-saved-items 100 ; Show more recent files ring-bell-function 'ignore ; Quiet + scroll-margin 1 ; Space between cursor and top/bottom sentence-end-double-space nil) ; No double space ;; Some mac-bindings interfere with Emacs bindings. (when (boundp 'mac-pass-command-to-system)