From 425fd972edfdcb78f340a163ff262d083cb9c687 Mon Sep 17 00:00:00 2001 From: Daniel Pinkston Date: Fri, 22 Dec 2023 18:17:55 -0500 Subject: remove custom faces --- bard-emacs-modules/bard-emacs-org.el | 4 ++-- 1 file 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 () -- cgit v1.2.3