branch: externals/org-modern commit 6b1350096915fa5852cfb157a420ae1ce532cfc8 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Improve docstring --- org-modern.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/org-modern.el b/org-modern.el index bc83c0a1bb..c247e3ff4b 100644 --- a/org-modern.el +++ b/org-modern.el @@ -71,8 +71,11 @@ Set to nil to disable styling the headlines." :type '(choice (const nil) (vector string))) (defcustom org-modern-hide-stars 'leading - "Make the leading stars invisible." - :type '(choice boolean (const leading))) + "Make some of the headline stars invisible." + :type '(choice + (const :tag "Do not hide stars" nil) + (const :tag "Hide all stars" t) + (const :tag "Hide leading stars" leading))) (defcustom org-modern-timestamp t "Prettify time stamps, e.g. <2022-03-01>.