From 749b7add739f779493584a9055f952f01093e792 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Apr 2012 11:01:44 +0100 Subject: [PATCH] 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. --- appearance.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appearance.el b/appearance.el index 49d6f90..02a680e 100644 --- a/appearance.el +++ b/appearance.el @@ -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