From ad075de6242d9621beb7cb5fddfed5ed1ec3246e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 11 Jan 2024 17:34:27 +0000 Subject: [PATCH] modus-themes: disable bold and italic constructs --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 42da861..ffa2766 100644 --- a/README.org +++ b/README.org @@ -241,8 +241,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia :custom (modus-themes-disable-other-themes t) (modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted)) - (modus-themes-bold-constructs t) - (modus-themes-italic-constructs t) + (modus-themes-bold-constructs nil) ; Doesn't work nicely with FiraCode + (modus-themes-italic-constructs nil) ; Doesn't work nicely with FiraCode (modus-themes-org-blocks 'gray-background) (modus-themes-completions '((matches . (extrabold underline)) (selection . (semibold italic))))