ソースを参照

change fg color of whitespace-newline

pull/1/head
10sr 11年前
コミット
22ddba78a3
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el ファイルの表示

@@ -418,7 +418,8 @@ found, otherwise returns nil."
(add-to-list 'whitespace-display-mappings
`(newline-mark ?\n ,(vconcat "$\n"))
)
(global-whitespace-mode t))
(global-whitespace-mode t)
(set-face-foreground 'whitespace-newline "brightblack"))

(and nil
(fetch-library


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