summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index c4e716e..97eb097 100644
--- a/init.el
+++ b/init.el
@@ -468,6 +468,8 @@
(use-package whitespace
:config
+ :init
+ (put 'whitespace-mode 'safe-local-variable #'booleanp)
(define-key km/editing-map "t" #'whitespace-mode)
(setq whitespace-style '(face trailing indentation))