diff options
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index c56c68c7746..cc152b928c6 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -163,7 +163,7 @@ calls." :group 'hi-lock-faces) (defface hi-black-hb - '((t (:weight bold :family "helv" :height 200))) + '((t (:weight bold :height 1.67 :inherit variable-pitch))) "Face for hi-lock mode." :group 'hi-lock-faces) |