remove scratch buffer message
This commit is contained in:
parent
eff75f8911
commit
5c5e0b7ff6
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -19,7 +19,7 @@
|
|||
(setq coding-system-for-read 'utf-8 ) ; use utf-8 by default
|
||||
(setq coding-system-for-write 'utf-8 )
|
||||
(setq sentence-end-double-space nil) ; sentence SHOULD end with only a point.
|
||||
(setq initial-scratch-message "Welcome in Emacs") ; print a default message in the empty scratch buffer opened at startup
|
||||
(setq initial-scratch-message "") ; print a default message in the empty scratch buffer opened at startup
|
||||
(setq focus-follows-mouse nil) ; stop popups from getting focus
|
||||
(setq mouse-autoselect-window nil) ; stop popups from getting focus
|
||||
(setq display-line-numbers 'relative) ; show relative line-numers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue