diff options
author | jao <jao@gnu.org> | 2022-03-04 20:37:40 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-04 20:37:40 +0000 |
commit | 2f861fdc7eacdd36140f73dfd042214713cd8dbf (patch) | |
tree | b05e0fcd874f4809fbd2940ecd77d3ec376ff9a8 /lib/themes | |
parent | e16408bbd3499f4c62e575c4aee895a06e0eb63d (diff) | |
download | elibs-2f861fdc7eacdd36140f73dfd042214713cd8dbf.tar.gz elibs-2f861fdc7eacdd36140f73dfd042214713cd8dbf.tar.bz2 |
minibuffer and mode-line clean-ups
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index fe31bed..a9786ea 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -117,6 +117,6 @@ (widget-button (~ default) nit (ul "grey80")))) ;; (enable-theme 'jao-light) -;; (jao-minibuffer-mode-line-adjust-faces) +;; (jao-mode-line-adjust-faces) (provide 'jao-light-theme) |