From 6b8d4c9719c4a2b222ac07e34cf3313f472fbb30 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 7 Jul 2019 13:46:05 +0800 Subject: [PATCH] Update README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6c98e3f..ad8aec7 100644 --- a/README.md +++ b/README.md @@ -310,4 +310,10 @@ Strongly recommend to use (set-face-attribute 'mode-line nil :height 100) (set-face-attribute 'mode-line-inactive nil :height 100) ``` + or + ```emacs-lisp + (custom-set-faces + `(mode-line ((t (:height 0.9)))) + `(mode-line-inactive ((t (:height 0.9))))) + ``` Please refer to #189.