From 0292bffd5507ec8790fe620eddbff083ec959331 Mon Sep 17 00:00:00 2001 From: David Li Date: Sun, 21 Feb 2016 18:56:55 -0500 Subject: Don't visualize spaces/newlines --- init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index dfc51ad..c7208bf 100644 --- a/init.el +++ b/init.el @@ -117,6 +117,18 @@ This functions should be added to the hooks of major modes for programming." ;; company-mode (add-hook 'after-init-hook 'global-company-mode) +(custom-set-variables + '(whitespace-display-mappings + '( + ;; Don't visualize spaces/newlines + ;; (space-mark 32 [183] + ;; [46]) + (space-mark 160 [164] + [95]) + ;; (newline-mark 10 [36 10]) + (tab-mark 9 [187 9] + [92 9])))) + ;; custom variables (custom-set-variables ;; custom-set-variables was added by Custom. -- cgit v1.2.3