diff --git a/emacs.d/init.el b/emacs.d/init.el index 40a30f0..8d1b426 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -70,10 +70,10 @@ (scroll-bar-mode -1))) (global-whitespace-mode) -(setq whitespace-style '(face trailing tabs spaces lines empty indentation +(setq whitespace-style '(face trailing tabs spaces lines-tail empty indentation space-after-tab space-before-tab space-mark tab-mark)) -(setq fill-column 80) +(setq-default fill-column 80) ;; End display ;; Auto generated config