Browse Source

Update color

master
10sr 5 years ago
parent
commit
7ae57c5b95
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -535,7 +535,7 @@ found, otherwise returns nil."
"Default color of mode-line at init.")
(defun my-mode-line-color-update (&rest args)
"ARGS are discarded"
(let ((ro "tan")
(let ((ro "skyblue")
(rw "grey75"))
(if (or (not buffer-read-only)
(and (eq major-mode 'wdired-mode)))


Loading…
Cancel
Save