From 07e8f0c720baecf7e61d025912448288153760c0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 19 Aug 2015 00:41:11 -0400 Subject: Set Info-quoted to inherit default In Emacs 25, it is courier. --- lisp/init-appearance.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index bb9bb45..a5ed0fd 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -54,6 +54,7 @@ '(font-lock-keyword-face ((t (:foreground "gray33"))))) (custom-set-faces + '(Info-quoted ((t (:inherit default)))) '(dired-subtree-depth-1-face ((t (:background "gray80")))) '(dired-subtree-depth-2-face ((t (:background "gray90")))) '(dired-subtree-depth-3-face ((t (:background "gray95"))))) -- cgit v1.2.3