+inhibit-startup-screen

This commit is contained in:
2020-08-01 18:27:57 +01:00
parent 08a558ac1d
commit 15d23273b8

View File

@@ -53,6 +53,10 @@
#+BEGIN_SRC emacs-lisp
(load-theme 'Grayscale t)
#+END_SRC
** Turn off startup buffer
#+BEGIN_SRC emacs-lisp
(setq inhibit-startup-screen t)
#+END_SRC
* Emacs Mode-line
Firstly, declare a variable for the number of spaces between each module in the modeline.
#+BEGIN_SRC emacs-lisp