summaryrefslogtreecommitdiff
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-19 00:41:11 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-19 00:41:11 -0400
commit07e8f0c720baecf7e61d025912448288153760c0 (patch)
tree4504adaacc0be5ac94cecf4c84a896ad57fbc105 /lisp/init-appearance.el
parent34adac5cda747583952bf492541e6c574281de33 (diff)
downloademacs.d-07e8f0c720baecf7e61d025912448288153760c0.tar.gz
Set Info-quoted to inherit default
In Emacs 25, it is courier.
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el1
1 files changed, 1 insertions, 0 deletions
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")))))