From 098b6503fbc019d70824d3928d148bb50ce407b2 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 26 Apr 2019 18:09:20 +0900 Subject: [PATCH] Update --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 11700ad..98e528b 100644 --- a/emacs.el +++ b/emacs.el @@ -536,7 +536,7 @@ found, otherwise returns nil." (defun my-mode-line-color-update (&rest args) "ARGS are discarded" (let ((ro "skyblue") - (rw "grey75")) + (rw my-mode-line-background-default)) (if (or (not buffer-read-only) (and (eq major-mode 'wdired-mode))) (set-face-background 'mode-line @@ -552,7 +552,7 @@ found, otherwise returns nil." ;; TODO: Support wgrep-mode (set-face-background 'header-line - "grey75") + my-mode-line-background-default) ;; http://www.geocities.jp/simizu_daisuke/bunkei-meadow.html#frame-title