Change org cycle separator.

This commit is contained in:
kj 2022-07-17 16:12:43 -04:00
parent be00c17615
commit 492571645b

View File

@ -52,7 +52,7 @@
(setq org-agenda-start-with-log-mode t) (setq org-agenda-start-with-log-mode t)
(setq org-log-done 'time) (setq org-log-done 'time)
(setq org-log-into-drawer t) (setq org-log-into-drawer t)
(setq org-cycle-separator-lines 2) (setq org-cycle-separator-lines -1)
;; Identación ;; Identación
(setq org-startup-indented t) (setq org-startup-indented t)