diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-08 22:57:27 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-08 22:57:27 -0400 |
commit | 27332bf9b6911615b6ae4a6f1976efbb4801e720 (patch) | |
tree | 4507f6767380e4b7a9d050d839c865f207294524 /lisp | |
parent | fd9b21468a47069af9689dc60865d725ababf886 (diff) | |
download | emacs.d-27332bf9b6911615b6ae4a6f1976efbb4801e720.tar.gz |
Set git-timemachine-minibuffer-detail-face
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-appearance.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index ad153ea..0bc1861 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -67,6 +67,7 @@ (custom-set-faces '(Info-quoted ((t (:inherit default)))) + '(git-timemachine-minibuffer-detail-face ((t (:inherit font-lock-doc-face)))) '(dired-subtree-depth-1-face ((t (:background "gray80")))) '(dired-subtree-depth-2-face ((t (:background "gray90")))) '(dired-subtree-depth-3-face ((t (:background "gray95"))))) |