소스 검색

Update

master
10sr 5 년 전
부모
커밋
098b6503fb
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
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



불러오는 중...
취소
저장