[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change org face in minibuffer ?
From: |
Zhang Jun |
Subject: |
Re: how to change org face in minibuffer ? |
Date: |
Sun, 29 Apr 2018 09:49:16 +0800 |
I comment out org-level-* in tangotango-theme.el, minibuffer height does
not change anymore.
;; `(org-level-1 ((t (:bold t :foreground "dodger blue" :height 1.5))))
;; `(org-level-2 ((t (:bold t :foreground "#edd400" :height 1.2))))
;; `(org-level-3 ((t (:bold t :foreground "#6ac214" :height 1.0))))
;; `(org-level-4 ((t (:bold nil :foreground "tomato" :height 1.0))))
it is better display those text in minibuffer with default font size
without modify theme or not display it at all.
On Sat, Apr 28, 2018 at 7:58 AM, Zhang Jun <gb2313@gmail.com> wrote:
> org-mode v9.0.7
>
> https://postimg.cc/image/5f7wai15x/
>
>
> when moving cursor in org document, the section names display in
> minibuffer,
> it change minibuffer height frequently,
>
> don't know which face/variable defined it.
>
>
>