diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/editor.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/editor.el b/config/editor.el index 6eec25d..4029b6e 100644 --- a/config/editor.el +++ b/config/editor.el @@ -85,10 +85,10 @@ (global-whitespace-cleanup-mode t)) (use-package whitespace + :hook (text-mode prog-mode) :config (setq whitespace-line-column 80) ;; limit line length - (setq whitespace-style '(face tabs empty trailing lines-tail)) - (global-whitespace-mode t)) + (setq whitespace-style '(face tabs empty trailing lines-tail))) (use-package super-save :ensure t |