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