Inhibit startup message
As I use different usernames in different places (e.g. home and company), I tricked it with `(user-login-name)`.
This commit is contained in:
parent
3ca941b0ce
commit
9b75a0777e
1
init.el
1
init.el
@ -49,6 +49,7 @@
|
|||||||
'(foreground-color "#5c5cff")
|
'(foreground-color "#5c5cff")
|
||||||
'(indent-tabs-mode nil)
|
'(indent-tabs-mode nil)
|
||||||
'(indicate-empty-lines t)
|
'(indicate-empty-lines t)
|
||||||
|
'(inhibit-startup-echo-area-message (user-login-name))
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
'(initial-scratch-message nil)
|
'(initial-scratch-message nil)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user