From 492571645be7bd211051765f3f145a8501e8c105 Mon Sep 17 00:00:00 2001 From: kj Date: Sun, 17 Jul 2022 16:12:43 -0400 Subject: [PATCH] Change org cycle separator. --- configs/base-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/base-org.el b/configs/base-org.el index 704ef9f..ea2de66 100644 --- a/configs/base-org.el +++ b/configs/base-org.el @@ -52,7 +52,7 @@ (setq org-agenda-start-with-log-mode t) (setq org-log-done 'time) (setq org-log-into-drawer t) - (setq org-cycle-separator-lines 2) + (setq org-cycle-separator-lines -1) ;; IdentaciĆ³n (setq org-startup-indented t)