Adding line to automatically load an org-colors-* theme on startup.

This commit is contained in:
Derek Taylor 2022-06-30 20:25:09 -05:00
parent 35c2bca91e
commit 958cebe3ee
2 changed files with 6 additions and 0 deletions

View File

@ -552,6 +552,9 @@ List of keybindings (SPC h b b)")
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
;; Load our desired org-colors-* theme on startup
(org-colors-doom-one)
(use-package ox-man)
(use-package ox-gemini)

View File

@ -946,6 +946,9 @@ I have created an interactive function for each color scheme (M-x org-colors-*).
(set-face-attribute (nth 0 face) nil :font doom-variable-pitch-font :weight (nth 3 face) :height (nth 1 face) :foreground (nth 2 face)))
(set-face-attribute 'org-table nil :font doom-font :weight 'normal :height 1.0 :foreground "#bfafdf"))
;; Load our desired org-colors-* theme on startup
(org-colors-doom-one)
#+end_src
** Org-export