瀏覽代碼

Change mapping for tab

master
10sr 5 年之前
父節點
當前提交
b8b80c13d0
簽署人: 10sr GPG 金鑰 ID: C384BB17CBB19347
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -629,7 +629,7 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'whitespace)
(add-to-list 'whitespace-display-mappings
;; We need t since last one takes precedence
`(tab-mark ?\t ,(vconcat "^I\t")) t)
`(tab-mark ?\t ,(vconcat "|>\t")) t)
;; (add-to-list 'whitespace-display-mappings
;; `(newline-mark ?\n ,(vconcat "$\n")))
(setq whitespace-style '(face


Loading…
取消
儲存