Enable show-trailing-whitespace in yaml mode

This commit is contained in:
Adam Goldsmith 2020-04-02 15:33:53 -04:00
parent a376094126
commit 35815b5e0f
1 changed files with 5 additions and 0 deletions

View File

@ -303,6 +303,11 @@
(setq ns-command-modifier 'hyper)
(server-start))
(use-package yaml-mode
:config
(add-hook 'yaml-mode-hook
#'(lambda () (setq-local show-trailing-whitespace t))))
;;;; external packages (required)
(use-package delight :ensure :demand)