From d2bb5f983e9eceea59c685b1df29ceaa17150a47 Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 22 Feb 2025 02:38:59 +0800 Subject: Use fixed pitch for tables and dates in org --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 13f8dfa..4e9f5d7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -481,6 +481,10 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (org-edit-src-content-indentation 0) (org-use-sub-superscripts '{}) + :custom-face + (org-table ((t (:inherit fixed-pitch)))) + (org-date ((t (:inherit fixed-pitch :underline t)))) + :hook ((org-mode . font-lock-mode)) ) -- cgit 1.4.1-2-gfad0