mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Remove org/org dependency on doom-themes
This commit is contained in:
@@ -114,9 +114,10 @@
|
|||||||
org-indent-mode-turns-on-hiding-stars t
|
org-indent-mode-turns-on-hiding-stars t
|
||||||
org-pretty-entities nil
|
org-pretty-entities nil
|
||||||
org-pretty-entities-include-sub-superscripts t
|
org-pretty-entities-include-sub-superscripts t
|
||||||
org-priority-faces `((?a . ,(doom-color 'red))
|
org-priority-faces
|
||||||
(?b . ,(doom-color 'yellow))
|
`((?a . ,(face-foreground 'error))
|
||||||
(?c . ,(doom-color 'green)))
|
(?b . ,(face-foreground 'warning))
|
||||||
|
(?c . ,(face-foreground 'success)))
|
||||||
org-startup-folded t
|
org-startup-folded t
|
||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-startup-with-inline-images nil
|
org-startup-with-inline-images nil
|
||||||
|
Reference in New Issue
Block a user