Change tab whitespace character

This commit is contained in:
2014-07-15 22:35:17 +01:00
parent e27310f586
commit 2cdc5b3229

View File

@@ -68,11 +68,12 @@
;; Customize Whitespace Characters
;; - Newline: \u00AC = ¬
;; - Tab: \u25B6 =
;; \u25B8 =
;; - Tab: \u2192 =
;; \u00BB = »
;; \u25B6 = ▶
(setq whitespace-display-mappings
(quote ((newline-mark ?\n [?\u00AC ?\n] [?$ ?\n])
(tab-mark ?\t [?\u25B6 ?\t] [?\u00BB ?\t] [?\\ ?\t]))))
(tab-mark ?\t [?\u2192 ?\t] [?\u00BB ?\t] [?\\ ?\t]))))
(setq whitespace-style
(quote (face tabs trailing space-before-tab newline