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)))))