aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-25 22:25:10 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-25 22:25:10 +0300
commitc68c71957619c140b8115a1a814f4d764b9246ee (patch)
treec0fead08b7b31fb56fb68579a9b54972a16d0406 /ef-themes.el
parentbb48406c751f7975fb0a7ea68ce7240f414c4dfd (diff)
Make 'org-indent' always monospaced
This is essential for 'org-indent-mode' to align entries correctly. Thanks to Steve Molitor for reporting the issue 9 over at the GitHub mirror: <https://github.com/protesilaos/ef-themes/issues/9>. Steven tested a sample file with 'modus-vivendi' and got the desired results. It reminded me how I handle this face with the 'modus-themes'.
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 55a3654..c112d29 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1185,7 +1185,7 @@ Helper function for `ef-themes-preview-colors'."
`(org-headline-done ((,c :inherit org-done)))
`(org-headline-todo ((,c :inherit org-todo)))
`(org-hide ((,c :foreground ,bg-main)))
- `(org-indent ((,c :inherit org-hide)))
+ `(org-indent ((,c :inherit (fixed-pitch org-hide))))
`(org-imminent-deadline ((,c :inherit bold :foreground ,err)))
`(org-latex-and-related ((,c :foreground ,type)))
`(org-level-1 ((,c :inherit ef-themes-heading-1)))