mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user