From 8abc7863ac5f1e30acd93240c2d92b50fc0bfd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 22 Sep 2025 11:20:33 -0600 Subject: [PATCH] fix(emacs): org-table monospace --- modules/home/users/crumb/emacs/modules/syd-org.el | 1 + modules/home/users/msyds/emacs/lisp/syd/org.el | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/home/users/crumb/emacs/modules/syd-org.el b/modules/home/users/crumb/emacs/modules/syd-org.el index 6dfa0f3..b4a8d8c 100644 --- a/modules/home/users/crumb/emacs/modules/syd-org.el +++ b/modules/home/users/crumb/emacs/modules/syd-org.el @@ -127,6 +127,7 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html." `(org-document-info ((t (,@hl :height 1.0)))) `(org-document-info-keyword ((t ,keyword))) `(org-meta-line ((t ,keyword))) + `(org-table ((t (:inherit fixed-pitch)))) `(org-level-1 ((t (,@hl :height 1.40 ,@(funcall fg 'oni-violet))))) `(org-level-2 ((t (,@hl :height 1.35 ,@(funcall fg 'crystal-blue))))) `(org-level-3 ((t (,@hl :height 1.30 ,@(funcall fg 'spring-violet-2))))) diff --git a/modules/home/users/msyds/emacs/lisp/syd/org.el b/modules/home/users/msyds/emacs/lisp/syd/org.el index 287fbb1..2def8a2 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/org.el +++ b/modules/home/users/msyds/emacs/lisp/syd/org.el @@ -28,6 +28,7 @@ `(org-document-info ((t (,@hl :height 1.0)))) `(org-document-info-keyword ((t ,keyword))) `(org-meta-line ((t ,keyword))) + `(org-table ((t (:inherit fixed-pitch)))) `(org-level-1 ((t (,@hl :height 1.40 ,@(funcall fg 'oni-violet))))) `(org-level-2 ((t (,@hl :height 1.35 ,@(funcall fg 'crystal-blue))))) `(org-level-3 ((t (,@hl :height 1.30 ,@(funcall fg 'spring-violet-2)))))