From 5e3e01390e901adb99fd92bd598986125cbf0378 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 5 Oct 2016 09:44:40 +0200 Subject: [PATCH] Change configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make scratch buffer initially empty * Make empty lines at the end more visible (it may get turned off later if it doesn’t work well with GitGutter, as it is already highlighted anyway…) --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 9fc0026..59a89e7 100644 --- a/init.el +++ b/init.el @@ -38,7 +38,9 @@ '(helm-gtags-auto-update t) '(helm-gtags-ignore-case t) '(helm-gtags-path-style (quote relative)) + '(indicate-empty-lines t) '(inhibit-startup-screen t) + '(initial-scratch-message nil) '(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu") '(nxml-attribute-indent 4) '(nxml-child-indent 2)