Change org cycle separator.

This commit is contained in:
kj 2022-07-17 16:12:43 -04:00
parent be00c17615
commit 492571645b
1 changed files with 1 additions and 1 deletions

View File

@ -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)