This commit is contained in:
Marcin Woźniak 2020-12-14 10:03:25 +01:00
parent f74d02cac5
commit 8507b7f501
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -222,6 +222,8 @@
;; Whitespaces ;; Whitespaces
(global-whitespace-mode 1) (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): ;; no "bell" (audible notification):
(setq ring-bell-function 'ignore) (setq ring-bell-function 'ignore)