Add docstring to +org-pretty-mode
This commit is contained in:
parent
23bd9d3efa
commit
84c17b0413
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ current file). Only scans first 2048 bytes of the document."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode +org-pretty-mode
|
(define-minor-mode +org-pretty-mode
|
||||||
"TODO"
|
"Hides emphasis markers and toggles pretty entities."
|
||||||
:init-value nil
|
:init-value nil
|
||||||
:lighter " *"
|
:lighter " *"
|
||||||
:group 'evil-org
|
:group 'evil-org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue