Compare commits

..

2 commits

View file

@ -1150,6 +1150,7 @@ methods the save hook cannot detect, like file synchronization."
(sequence "LOG(l)" "FUP(f)" "|" "LOGD(L@)") (sequence "LOG(l)" "FUP(f)" "|" "LOGD(L@)")
(sequence "TBR(T)" "RDN(R)" "|" "READ(D@)") (sequence "TBR(T)" "RDN(R)" "|" "READ(D@)")
(sequence "BLOG(g)" "|" "BLGD(G@)")) (sequence "BLOG(g)" "|" "BLGD(G@)"))
org-modern-todo-faces org-modern-todo-faces
`(("TODO" . (:foreground ,(doom-color 'base1) :background ,(doom-color 'green) `(("TODO" . (:foreground ,(doom-color 'base1) :background ,(doom-color 'green)
:weight bold)) :weight bold))
@ -1182,13 +1183,9 @@ methods the save hook cannot detect, like file synchronization."
("READ" . (:foreground ,(doom-color 'dark-cyan) :background ,(doom-color 'base0) ("READ" . (:foreground ,(doom-color 'dark-cyan) :background ,(doom-color 'base0)
:weight bold)) :weight bold))
;; Blogging faces ;; Blogging faces
("IDEA" . (:foreground ,(doom-color 'base1) :background ,(doom-color 'green) ("IDEA" . (:foreground ,(doom-color 'green) :weight bold :inverse-video t))
:weight bold)) ("WRITE" . (:foreground ,(doom-color 'dark-cyan) :weight bold :inverse-video t))
("WRITE" . (:foreground ,(doom-color 'base1) :background ,(doom-color 'dark-cyan) ("TITLE" . (:foreground ,(doom-color 'magenta) :weight bold :inverse-video t))
:weight bold))
("TITLE" . (:foreground ,(doom-color 'magenta)
:weight bold
:inverse-video t))
("POSTED" . (:foreground ,(doom-color 'base5) :background ,(doom-color 'base0) ("POSTED" . (:foreground ,(doom-color 'base5) :background ,(doom-color 'base0)
:weight bold)) :weight bold))
) )
@ -1755,3 +1752,7 @@ values become buffer local since they overwrite
:defer t) :defer t)
;; * Email ;; * Email
(require 'config-mail nil 'noerror) (require 'config-mail nil 'noerror)
;; * Custom file
;; Finally load custom file
(load custom-file 'no-error)