From 64a88385cb155b28a24b2c9ada6a1936dd68e695 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 21 Aug 2018 02:46:17 +0200 Subject: [PATCH] lang/org: make shiftab respect org-cycle-separator-lines #800 --- modules/lang/org/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 73b4b3a10..c6e6e6960 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -185,7 +185,6 @@ unfold to point on startup." (sequence "TODO(T)" "|" "DONE(D)") (sequence "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)")) org-use-sub-superscripts '{} - outline-blank-line t ;; Scale up LaTeX previews a bit (default is too small) org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")