From 6bb6762a2779d4206ce98d4dc64724604506e8fa Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 5 Feb 2024 17:02:43 -0500 Subject: [PATCH] fix(emacs): change appearance of codeblocks in org-mode Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 5e6f152..765ec6e 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -112,12 +112,12 @@ '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0)))) '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0)))) '(org-link ((t (:inherit nano-salient :underline t)))) - '(org-block ((t :inherit fixed-pitch))) '(org-code ((t :inherit (nano-salient 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))) - '(org-block-end-line ((t :inherit (nano-faded fixed-pitch) :extend t))) + '(org-block-begin-line ((t :inherit (nano-faded fixed-pitch) :extend t :underline nil))) + '(org-block-end-line ((t :inherit (nano-faded fixed-pitch) :extend t :overline nil))) + '(org-block ((t :inherit fixed-pitch :background "#f3f3f3" :extend t))) '(org-meta-line ((t :inherit (nano-faded fixed-pitch)))) '(org-drawer ((t :inherit (nano-faded fixed-pitch)))))