Fix commit issue

This commit is contained in:
David Morgan 2022-10-26 16:08:46 +01:00
parent 0982cf8972
commit 9fb0a97d34
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@
(add-hook (intern (concat (symbol-name mode) "-hook")) #'turn-off-whitespace-mode))
:hook
(text-mode . (lambda () (whitespace-mode +1)))
(prog-mode . (lambda () (whitespace-mode +1))))
(use-package volatile-highlights
:defer 10