summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.org b/init.org
index 47a772a..6f5e560 100644
--- a/init.org
+++ b/init.org
@@ -193,6 +193,14 @@ Also in Info manuals I want to use variable-pitch fonts where possible. Unfortu
:height 1.1)
#+END_SRC
+Since Emacs 25 there is a new face for quoted expressions in Info manuals. By default it uses the “courier” font, which looks terrible.
+
+#+BEGIN_SRC elisp
+(set-face-attribute 'Info-quoted nil
+ :inherit 'fixed-pitch
+ :family "Monospace")
+#+END_SRC
+
* Org-mode
:PROPERTIES:
:noweb-ref: org-mode