mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(docs): fix typo and extraneous backquote
This commit is contained in:
committed by
Henrik Lissner
parent
2279a42c50
commit
4b81a70aff
@ -372,7 +372,7 @@ depending.")
|
||||
(defvar doom-docs--cookies nil)
|
||||
;;;###autoload
|
||||
(define-minor-mode doom-docs-mode
|
||||
"Hides metadata, tags, & drawers and activates all org-mode pretiffications.
|
||||
"Hides metadata, tags, & drawers and activates all org-mode prettifications.
|
||||
This primes `org-mode' for reading."
|
||||
:lighter " Doom Docs"
|
||||
:after-hook (org-restart-font-lock)
|
||||
@ -386,7 +386,7 @@ This primes `org-mode' for reading."
|
||||
(if doom-docs-mode
|
||||
(set (make-local-variable sym) t)
|
||||
(kill-local-variable sym)))
|
||||
`(org-pretty-entities
|
||||
'(org-pretty-entities
|
||||
org-hide-emphasis-markers
|
||||
org-hide-macro-markers))
|
||||
(when doom-docs-mode
|
||||
|
Reference in New Issue
Block a user