diff options
author | jao <jao@gnu.org> | 2021-10-25 21:56:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-25 21:56:21 +0100 |
commit | 61a5847fff8b59f74e1e70afc34d09b3a4e0eb41 (patch) | |
tree | 59ce54fda8d9b0cb23cae34feb984f170898086e /lib | |
parent | 091da4191417e8f1d2cb8debe0233fb317ef5729 (diff) | |
download | elibs-61a5847fff8b59f74e1e70afc34d09b3a4e0eb41.tar.gz elibs-61a5847fff8b59f74e1e70afc34d09b3a4e0eb41.tar.bz2 |
wee tweak in jao-minibuffer that avoids jumping when showing pdfs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el index 3474848..fda2c57 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -156,7 +156,7 @@ :extend t) (set-face-attribute 'mode-line-inactive nil :box nil :height 1 :background bg :foreground bg - :overline nil + :overline bg :underline jao-minibuffer-inactive-buffer-line-color :extend t))) |