Change configuration

* 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…)
This commit is contained in:
Gergely Polonkai 2016-10-05 09:44:40 +02:00
parent f4e8a5ca5a
commit 5e3e01390e
1 changed files with 2 additions and 0 deletions

View File

@ -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)