mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add docstring to +org-pretty-mode
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user