aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pinkston <bard@bardiel>2023-12-22 18:17:55 -0500
committerDaniel Pinkston <bard@bardiel>2023-12-22 18:17:55 -0500
commit425fd972edfdcb78f340a163ff262d083cb9c687 (patch)
treed519bea755bc714ccdb16cde15690d1a8eb9b21d
parent9dfdee6b5d0e50d0eac70e58a324d7d1108f6b40 (diff)
remove custom faces
-rw-r--r--bard-emacs-modules/bard-emacs-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 5b6cc9f..d4a200c 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -18,7 +18,7 @@
org-insert-heading-respect-content t)
;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes
-;; (setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "KILLED(k)"))
+(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "KILLED(k)")))
;; org-todo-keyword-faces '(("TODO" . (:weight bold :foreground "#CC9393" :weight bold))
;; ("WAIT" . (:weight bold :foreground "#DFAF8F" :weight bold))
;; ("DONE" . (:weight bold :weight bold :foreground "#AFD8AF"))
@@ -38,7 +38,7 @@
;; (add-hook 'org-mode-hook 'fly-spell-mode)
;; Org Agenda Faces
-(custom-set-faces '(org-agenda-structure ((t (:inherit bold :foreground "#70a89f" :height 1.5 :family "Iosevka Comfy Motion Duo")))))
+;; (custom-set-faces '(org-agenda-structure ((t (:inherit bold :foreground "#70a89f" :height 1.5 :family "Iosevka Comfy Motion Duo")))))
;; Org Agenda
(defun bard/choose-agenda ()