From c1512feea13f3f216c2a96911011083b53723cc9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 3 Aug 2022 04:20:52 +0200 Subject: [PATCH] fix(docs): disable doom-docs--hide-stars-h Hiding the stars with org-fold breaks org-cycle, so until I have time to fix it, I'll disable this hook altogether. --- lisp/lib/docs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/lib/docs.el b/lisp/lib/docs.el index 991e3f7d2..7cb9bcaf6 100644 --- a/lisp/lib/docs.el +++ b/lisp/lib/docs.el @@ -292,7 +292,7 @@ This primes `org-mode' for reading." #'doom-docs--hide-meta-h #'doom-docs--hide-tags-h #'doom-docs--hide-drawers-h - #'doom-docs--hide-stars-h + ;; #'doom-docs--hide-stars-h #'doom-docs--expand-macros-h #'doom-docs--hide-src-blocks-h)