system changes
This commit is contained in:
parent
31cc4176ca
commit
4eacc06040
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ This block is the reason I use =straight= rather than just =use-package=. I have
|
|||
|
||||
Disable the default startup screen so Emacs starts in the =scratch= buffer and also defaults to an empty =scratch= buffer.
|
||||
#+begin_src emacs-lisp
|
||||
;; (setq inhibit-startup-screen t
|
||||
;; initial-scratch-message nil)
|
||||
(setq inhibit-startup-screen t
|
||||
initial-scratch-message nil)
|
||||
#+end_src
|
||||
|
||||
Tell Emacs to use line numbers by default.
|
||||
|
|
Loading…
Add table
Reference in a new issue