Change tab whitespace character

I was having issues with the small right pointing triangle character
rendering properly with Monaco. But the normal sized one renders fine in
with Monaco and Menlo fonts.
This commit is contained in:
2012-04-06 11:01:44 +01:00
parent d24b3ea5dd
commit 749b7add73

View File

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