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.
This commit is contained in:
Henrik Lissner 2022-08-03 04:20:52 +02:00
parent 6d4b2b48c2
commit c1512feea1
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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