From 31cc4176caf982feab079ff63fea825aaf482cba Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:22:33 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 059e540..64cdce6 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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. -- cgit v1.2.3