ソースを参照

Update whitespace-line face

master
10sr 3年前
コミット
8c58faa3fa
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更7行の追加3行の削除
  1. +7
    -3
      emacs.el

+ 7
- 3
emacs.el ファイルの表示

@@ -988,10 +988,14 @@ THEM are function and its args."
(whitespace-mode 0)
(whitespace-mode 1)))

(set-variable 'whitespace-line-column nil)
(if (>= (display-color-cells)
(set-variable 'whitespace-line-column nil) ; Use value of `fill-column'
(when (>= (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "color-109")
(set-face-foreground 'whitespace-newline "color-109")
(set-face-foreground 'whitespace-line
nil)
(set-face-background 'whitespace-line
"gray35")
;; (progn
;; (set-face-bold-p 'whitespace-newline
;; t))


読み込み中…
キャンセル
保存