Show whitespaces

This commit is contained in:
Kevin Cotugno 2017-02-23 10:01:34 -08:00
parent d4ca9abf84
commit 2637774caf

View File

@ -35,6 +35,9 @@
(when 'display-graphic-p (lambda () (when 'display-graphic-p (lambda ()
(global-hl-line-mode t))) (global-hl-line-mode t)))
(global-whitespace-mode)
(setq whitespace-style '(face trailing tabs spaces lines empty indentation space-after-tab space-before-tab space-mark tab-mark))
;; End display ;; End display
;; Auto generated config ;; Auto generated config