mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
emacs : org-modern keywords color settings
This commit is contained in:
@ -246,7 +246,16 @@ prepended to the element after the #+HEADER: tag."
|
|||||||
:hook ((org-mode . org-modern-mode)
|
:hook ((org-mode . org-modern-mode)
|
||||||
(org-agenda-finalize . org-modern-agenda))
|
(org-agenda-finalize . org-modern-agenda))
|
||||||
:config
|
:config
|
||||||
(setq org-modern-table nil))
|
(setq org-modern-table nil)
|
||||||
|
(setq org-modern-todo-faces
|
||||||
|
(quote (("TODO" :background "#E6DA73" :foreground "black")
|
||||||
|
("PROJ" :background "#50B7D9" :foreground "black")
|
||||||
|
("STRT" :background "#A1DC2D" :foreground "black")
|
||||||
|
("WAIT" :background "#9E54FD" :foreground "black")
|
||||||
|
("HOLD" :background "#9E54FD" :foreground "black")
|
||||||
|
("IDEA" :background "#FF7F00" :foreground "black")
|
||||||
|
("DONE" :background "#C7C7C7" :foreground "black")
|
||||||
|
("KILL" :background "#C7C7C7" :foreground "black")))))
|
||||||
|
|
||||||
(use-package valign
|
(use-package valign
|
||||||
:straight t
|
:straight t
|
||||||
|
|||||||
Reference in New Issue
Block a user