From e57da4e34804d7e583ddfd080ee0b610a8640174 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 27 Dec 2020 17:00:46 +0100 Subject: [PATCH] [Emacs] Make orgmode dates fixed-width --- org/config/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 2798f72..657805a 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2220,6 +2220,7 @@ Fonts will play an important part in this, but so will colors and font size. The `(org-property-value ((t (,@fixed))) t) `(org-drawer ((t (,@fixed :foreground ,phundrak/nord10))) t) `(org-table ((t (,@fixed :foreground ,phundrak/nord14))) t) + `(org-date ((t (,@fixed :foreground ,phundrak/nord13))) t) '(org-code ((t (:inherit (shadow fixed-pitch))))) '(org-verbatim ((t (:inherit (shadow fixed-pitch))))) '(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))