Don’t show the startup screen in Emacs
This commit is contained in:
parent
6ef42388f5
commit
a9f3a935c3
1 changed files with 10 additions and 0 deletions
|
@ -171,6 +171,16 @@ To start off, first I need to enable lexical binding.
|
|||
(setq-default tab-width 4)
|
||||
#+END_SRC
|
||||
|
||||
* Inhibit startup screen
|
||||
|
||||
I've been using Emacs long enough not to need the startup screen
|
||||
anymore. I don't see it on my PC where I start Emacs in daemon mode,
|
||||
but on my laptop I always start it normally, so it gets in the way.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq inhibit-startup-screen t)
|
||||
#+END_SRC
|
||||
|
||||
* Font
|
||||
|
||||
Set the default font to a more pleasing one, in my opinion, with a
|
||||
|
|
Loading…
Reference in a new issue