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:
2
init.el
2
init.el
@@ -38,7 +38,9 @@
|
|||||||
'(helm-gtags-auto-update t)
|
'(helm-gtags-auto-update t)
|
||||||
'(helm-gtags-ignore-case t)
|
'(helm-gtags-ignore-case t)
|
||||||
'(helm-gtags-path-style (quote relative))
|
'(helm-gtags-path-style (quote relative))
|
||||||
|
'(indicate-empty-lines t)
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
|
'(initial-scratch-message nil)
|
||||||
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")
|
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")
|
||||||
'(nxml-attribute-indent 4)
|
'(nxml-attribute-indent 4)
|
||||||
'(nxml-child-indent 2)
|
'(nxml-child-indent 2)
|
||||||
|
Reference in New Issue
Block a user