From fe677cbd77ac21070a97e896b053d444456d5627 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 12 Jun 2018 15:06:48 +0200 Subject: [PATCH] Customize set scroll-margin to 2 --- customizations.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations.el b/customizations.el index 9b6ba6b..0d5d0a6 100644 --- a/customizations.el +++ b/customizations.el @@ -169,6 +169,7 @@ '(safe-local-variable-values (quote ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")))) + '(scroll-margin 2) '(sgml-basic-offset 4) '(show-trailing-whitespace t) '(tab-width 4)