瀏覽代碼

Fix config of tab-mark

pull/15/head
10sr 8 年之前
父節點
當前提交
46df652b0d
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el 查看文件

@@ -618,8 +618,9 @@ found, otherwise returns nil."
))

(when (safe-require-or-eval 'whitespace)
(add-to-list 'whitespace-display-mappings ; not work
`(tab-mark ?\t ,(vconcat "^I\t")))
(add-to-list 'whitespace-display-mappings
;; We need t since last one takes precedence
`(tab-mark ?\t ,(vconcat "^I\t")) t)
;; (add-to-list 'whitespace-display-mappings
;; `(newline-mark ?\n ,(vconcat "$\n")))
(setq whitespace-style '(face


Loading…
取消
儲存