Remove redundant or invalid settings from org module
These have either been removed upstream or already match their defaults.
This commit is contained in:
parent
023027b3db
commit
bef3457232
1 changed files with 0 additions and 3 deletions
|
@ -94,14 +94,11 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
||||||
org-entities-user
|
org-entities-user
|
||||||
'(("flat" "\\flat" nil "" "" "266D" "♭")
|
'(("flat" "\\flat" nil "" "" "266D" "♭")
|
||||||
("sharp" "\\sharp" nil "" "" "266F" "♯"))
|
("sharp" "\\sharp" nil "" "" "266F" "♯"))
|
||||||
org-fontify-done-headline t
|
|
||||||
org-fontify-quote-and-verse-blocks t
|
org-fontify-quote-and-verse-blocks t
|
||||||
org-fontify-whole-heading-line t
|
org-fontify-whole-heading-line t
|
||||||
org-footnote-auto-label 'plain
|
org-footnote-auto-label 'plain
|
||||||
org-hide-leading-stars t
|
org-hide-leading-stars t
|
||||||
org-hide-leading-stars-before-indent-mode t
|
|
||||||
org-image-actual-width nil
|
org-image-actual-width nil
|
||||||
org-list-description-max-indent 4
|
|
||||||
org-priority-faces
|
org-priority-faces
|
||||||
'((?A . error)
|
'((?A . error)
|
||||||
(?B . warning)
|
(?B . warning)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue