summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-31 21:28:15 +0200
committerrekado <rekado@elephly.net>2016-07-31 21:28:15 +0200
commit814ae530be829ba5c9df5398498dfb9407a56280 (patch)
treeaa606016a728508bdc57b82e40b94b73a4419668 /init.org
parentd9627719d46eb62ae5aefc0b0c10c6ee628fb598 (diff)
Configure new Info-quoted face.
Diffstat (limited to 'init.org')
-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