From 48ee4ee623fc4396a3d617ecd91a23b23e1712af Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 11 Oct 2016 17:55:22 +0200 Subject: [PATCH] Remove whitespace-mode from the customized var list --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index ef408d2..87bf6f3 100644 --- a/init.el +++ b/init.el @@ -42,7 +42,6 @@ (".#*" "*.so" "*~"))))) '(foreground-color "#5c5cff") '(global-hl-line-mode t) - '(global-whitespace-mode t) '(helm-gtags-auto-update t) '(helm-gtags-ignore-case t) '(helm-gtags-path-style (quote relative))