aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-07 23:23:23 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-07 23:23:23 -0600
commit4eacc060400e1c63ca19b4f617f1a6514f94f7d8 (patch)
tree6aba4dc9e33259569cbf3c4f9fb1dd8b99e5646d /common/.config
parent31cc4176caf982feab079ff63fea825aaf482cba (diff)
system changes
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 64cdce6..059e540 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.