Skip to content

Commit

Permalink
org-fold-core-style: Document that it must be set before loading Org
Browse files Browse the repository at this point in the history
* lisp/org-fold-core.el (org-fold-core-style): Update docstring
highlighting that the variable must be set before loading Org.
  • Loading branch information
yantar92 committed Oct 1, 2022
1 parent fe1f4f2 commit 7b9d8e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/org-fold-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@
Can be either `text-properties' or `overlays'.
The former is faster on large files, while the latter is generally
less error-prone with regard to third-party packages that haven't yet
adapted to the new folding implementation."
adapted to the new folding implementation.
Important: This variable must be set before loading Org."
:group 'org
:package-version '(Org . "9.6")
:type '(choice
Expand Down

0 comments on commit 7b9d8e7

Please sign in to comment.