mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(docs): don't hide src blocks indiscriminately
This commit is contained in:
@ -99,7 +99,8 @@
|
||||
(goto-char (org-babel-result-end))
|
||||
(skip-chars-forward "\n")
|
||||
(point))))))
|
||||
(org-flag-region beg end doom-docs-mode t)))
|
||||
(unless (member exports '(nil "both" "code" "t"))
|
||||
(org-flag-region beg end doom-docs-mode t))))
|
||||
(unless doom-docs-mode
|
||||
(save-excursion
|
||||
(dolist (pos doom--docs-babel-cache)
|
||||
|
Reference in New Issue
Block a user