From 814ae530be829ba5c9df5398498dfb9407a56280 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 31 Jul 2016 21:28:15 +0200 Subject: Configure new Info-quoted face. --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.org') 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 -- cgit v1.2.3