From 3c5cec5df7fdaddd7850772ed51b543ff748f569 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 10 Jan 2021 15:37:06 +0100 Subject: [PATCH] [Emacs] Fix fixed-pitch faces --- org/config/emacs.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 9c6d785..4bde218 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -4290,10 +4290,10 @@ Fonts will play an important part in this, but so will colors and font size. The | org-drawer | ,@fixed | | ,phundrak/nord10 | | | | | | | org-table | ,@fixed | | ,phundrak/nord14 | | | | | | | org-date | ,@fixed | | ,phundrak/nord13 | | | | | | -| org-code | | (shadow fixed-pitch) | | | | | | | -| org-verbatim | | (shadow fixed-pitch) | | | | | | | -| org-document-info-keyword | | (shadow fixed-pitch) | | | | | | | -| org-tag | | (shadow fixed-pitch) | | | | bold | | | +| org-code | ,@fixed | shadow | | | | | | | +| org-verbatim | ,@fixed | shadow | | | | | | | +| org-document-info-keyword | ,@fixed | shadow | | | | | | | +| org-tag | ,@fixed | shadow | | | | bold | | | | org-meta-line | ,@fixed | (font-lock-comment-face fixed-pitch) | | | 0.8 | | | | | org-special-keyword | | (font-lock-comment-face fixed-pitch) | ,phundrak/nord15 | | 0.8 | | | | | org-checkbox | | (org-todo shadow fixed-pitch) | | | | | | |