branch: externals/setup
commit ea52eb1c3d0a030c5d3d03cf782fc827c9c27309
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Add note that :option does not manipulate user theme.
---
setup.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index 52d37ed..b460486 100644
--- a/setup.el
+++ b/setup.el
@@ -381,7 +381,9 @@ supported:
Note that if the value of an option is modified partially by
append, prepend, remove, one should ensure that the default value
-has been loaded."
+has been loaded. Also keep in mind that user options customized
+with this macro are not added to the \"user\" theme, and will
+therefore not be stored in `custom-set-variables' blocks."
:debug '(sexp form)
:repeatable t)