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)