From b9fd072726889af0d2b22709639840939f1c1d2e Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 6 Feb 2024 17:12:07 -0500 Subject: [PATCH] fix(emacs): add fixed-pitch for `org-verbatim` face Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 765ec6e..e852083 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -113,6 +113,7 @@ '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0)))) '(org-link ((t (:inherit nano-salient :underline t)))) '(org-code ((t :inherit (nano-salient fixed-pitch)))) + '(org-verbatim ((t :inherit (nano-popout fixed-pitch)))) '(org-indent ((t :inherit (org-hide fixed-pitch)))) '(org-table ((t :inherit fixed-pitch))) '(org-block-begin-line ((t :inherit (nano-faded fixed-pitch) :extend t :underline nil)))