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

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

[elpa] externals/modus-operandi-theme 28c12e4 063/153: Let quoted Info m


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 28c12e4 063/153: Let quoted Info manual text always be fixed-pitch
Date: Thu, 18 Mar 2021 13:47:40 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 28c12e428d1e5122cf29f4d93c5c54530303b77c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Let quoted Info manual text always be fixed-pitch
    
    This is only relevant when the user opts for mixed fonts, as explained
    in the relevant manual entry.  Evaluate:
    
       (info "(modus-themes) Font configs (DIY)")
    
    Same page on the website:
    https://protesilaos.com/modus-themes/#h:defcf4fc-8fa8-4c29-b12e-7119582cc929
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 831051e..08880ae 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2779,7 +2779,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(indium-repl-prompt-face ((,class :foreground ,cyan-alt-other)))
    `(indium-repl-stdout-face ((,class :foreground ,fg-main)))
 ;;;;; info
-   `(Info-quoted ((,class :foreground ,magenta))) ; the capitalisation is 
canonical
+   `(Info-quoted ((,class :inherit fixed-pitch :foreground ,magenta))) ; the 
capitalisation is canonical
    `(info-header-node ((,class :inherit bold :foreground ,fg-alt)))
    `(info-header-xref ((,class :foreground ,blue-active)))
    `(info-index-match ((,class :inherit match)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5c079f7..c62543a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2779,7 +2779,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(indium-repl-prompt-face ((,class :foreground ,cyan-alt-other)))
    `(indium-repl-stdout-face ((,class :foreground ,fg-main)))
 ;;;;; info
-   `(Info-quoted ((,class :foreground ,magenta))) ; the capitalisation is 
canonical
+   `(Info-quoted ((,class :inherit fixed-pitch :foreground ,magenta))) ; the 
capitalisation is canonical
    `(info-header-node ((,class :inherit bold :foreground ,fg-alt)))
    `(info-header-xref ((,class :foreground ,blue-active)))
    `(info-index-match ((,class :inherit match)))



reply via email to

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