From 3aeba079bcfae7839b8f0899582e830e99ee1666 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Sat, 17 Feb 2018 10:55:57 -0800 Subject: [PATCH] Fix defaults: trailing columns --- emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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