From 8507b7f50106056d7562b18de1ea768dd0a86108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 14 Dec 2020 10:03:25 +0100 Subject: [PATCH] Updated --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8b53327..df99905 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -222,6 +222,8 @@ ;; Whitespaces (global-whitespace-mode 1) +(setq whitespace-display-mappings '((space-mark 32 [?ยท]))) +(set-face-attribute 'whitespace-space nil :background nil :foreground "gray30") ;; no "bell" (audible notification): (setq ring-bell-function 'ignore)