ソースを参照

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


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