don't defer whitespace

This commit is contained in:
MitchMarq42 2022-11-02 17:59:51 -08:00
parent ea842976ca
commit 946ece34e9

View File

@ -39,7 +39,6 @@
;; Visualize whitespace. In a very chill and invisible way. ;; Visualize whitespace. In a very chill and invisible way.
(use-package whitespace (use-package whitespace
:straight (:type built-in) :straight (:type built-in)
:defer 1
:diminish whitespace-mode :diminish whitespace-mode
:custom :custom
(whitespace-style '(face lines-tail)) (whitespace-style '(face lines-tail))