From 81a06e13c5249ad7fa2464c5dd887cc2a038fb00 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 20 Sep 2022 19:27:41 -0400 Subject: [PATCH] Values switched from relative to abs --- emacs/+org.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/emacs/+org.el b/emacs/+org.el index 655b7ed..0e1e2e0 100644 --- a/emacs/+org.el +++ b/emacs/+org.el @@ -68,11 +68,7 @@ If it is an absolute path return `+org-capture-work-todo-file' verbatim." (setq left-margin-width 2) (setq right-margin-width 2) (set-window-buffer nil (current-buffer)))) - -(custom-set-faces! - '(default :height 1) - '(org-document-title :height 2.2)) - +;; (setq org-agenda-deadline-faces '((1.001 . error) (1.0 . org-warning)