summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 8cb4abf..af74b93 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -374,7 +374,7 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 ;; C-l from top to bottom
 (setopt recenter-positions '(top middle bottom))
 ;; Always give me a line of text when i'm near the edges of the screen
-(setopt scroll-margin 1)
+(setopt scroll-margin 2)
 
 ;; Remember my position in files
 (setopt save-place-mode t)