From 2f413e0cac3ed60916a6ac39eea052802bf5c9b3 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 15 Jan 2023 08:13:08 -0500 Subject: [PATCH] set org-agenda to fixed-width font --- common/_global.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common/_global.el b/common/_global.el index d009ff5..d36d0e3 100644 --- a/common/_global.el +++ b/common/_global.el @@ -284,6 +284,7 @@ position between last non-whitespace and `end-of-line'." (custom-theme-set-faces 'user + '(org-agenda ((t (:inherit fixed-pitch)))) '(org-block ((t (:inherit fixed-pitch)))) '(org-code ((t (:inherit (shadow fixed-pitch))))) '(org-document-info ((t (:inherit fixed-pitch))))