emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes c68c719576: Make 'org-indent' always monospac


From: ELPA Syncer
Subject: [elpa] externals/ef-themes c68c719576: Make 'org-indent' always monospaced
Date: Thu, 25 Aug 2022 15:57:42 -0400 (EDT)

branch: externals/ef-themes
commit c68c71957619c140b8115a1a814f4d764b9246ee
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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'.
---
 README.org   | 3 ++-
 ef-themes.el | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 94d8ee1004..beb1a76640 100644
--- a/README.org
+++ b/README.org
@@ -1075,7 +1075,8 @@ matters.
 + Contributions to code or the manual :: Philip Kaludercic.
 
 + Ideas and/or user feedback :: Anthony Chavez, Iris Garcia,
-  Jean-Philippe Gagné Guay, Spike-Leung, Summer Emacs, Zoltán Király.
+  Jean-Philippe Gagné Guay, Spike-Leung, Steve Molitor, Summer Emacs,
+  Zoltán Király.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/ef-themes.el b/ef-themes.el
index 55a36549c6..c112d292dc 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]