Enable whitespace-mode in text-mode.

This commit is contained in:
tastytea 2019-04-29 18:39:55 +02:00
parent 319648f5fb
commit b3b75f713a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-04-29T16:17:54+00:00>
;; Time-stamp: <2019-04-29T16:39:53+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -627,6 +627,7 @@ With argument, do this that many times."
:hook
(prog-mode . whitespace-mode)
(conf-mode . whitespace-mode)
(text-mode . whitespace-mode)
:custom-face
(whitespace-space ((nil :foreground "gray18"))))