Преглед изворни кода

Change mapping for tab

master
10sr пре 5 година
родитељ
комит
b8b80c13d0
Signed by: 10sr GPG Key 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…
Откажи
Сачувај