From 84b18acc54eb98e5986288df8808bc83592df95f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Apr 2024 20:14:44 +0200 Subject: [PATCH] Show empty lines in collapsed Org view between too many blank lines This is to better be able to identify those empty lines and keep the notes tidy. The new value for org-cycle-separator-lines` is the current default value. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e7dece7..e19ab68 100644 --- a/init.el +++ b/init.el @@ -598,7 +598,7 @@ org-src-tab-acts-natively nil org-ellipsis "↲" org-fontify-done-headline nil - org-cycle-separator-lines 0 + org-cycle-separator-lines 2 org-special-ctrl-a/e t org-highlight-latex-and-related nil org-attach-store-link-p 'attached