瀏覽代碼

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


Loading…
取消
儲存