Browse Source

Change mapping for tab

master
10sr 5 years ago
parent
commit
b8b80c13d0
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

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


Loading…
Cancel
Save