diff options
author | jao <jao@gnu.org> | 2022-03-28 03:40:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-28 03:40:26 +0100 |
commit | 4c02a5047535ef9186cad9857f7532fa76345db7 (patch) | |
tree | b0b20660e90a1bf13643c736cdc13c0846be56c5 /lib | |
parent | 80306387ab21904b3d3cd78b5e6a0f383ea8507d (diff) | |
download | elibs-4c02a5047535ef9186cad9857f7532fa76345db7.tar.gz elibs-4c02a5047535ef9186cad9857f7532fa76345db7.tar.bz2 |
whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-mode-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-mode-line.el b/lib/eos/jao-mode-line.el index 4ed7033..968ac35 100644 --- a/lib/eos/jao-mode-line.el +++ b/lib/eos/jao-mode-line.el @@ -126,7 +126,7 @@ :extend t) (set-face-attribute 'mode-line-inactive nil :box nil :height 1 :background bg :foreground bg - :overline bg + ;; :overline bg :underline jao-minibuffer-inactive-buffer-line-color :extend t))) |