diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 13:37:29 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 13:37:29 -0500 |
commit | 7bcd255cc1c3228d6a4408fc681ae459067ee307 (patch) | |
tree | d97d65ae52b8f24c88764cf2f898a77ea2da099f | |
parent | 26377093fb61e88f598d8eb7a855e0105bcf1db5 (diff) | |
download | dotfiles-7bcd255cc1c3228d6a4408fc681ae459067ee307.tar.gz dotfiles-7bcd255cc1c3228d6a4408fc681ae459067ee307.tar.bz2 dotfiles-7bcd255cc1c3228d6a4408fc681ae459067ee307.zip |
Set scratch buffer to empty by default
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 91ca645..1f8de93 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -217,6 +217,7 @@ '(indicate-empty-lines t) '(inhibit-startup-screen t) '(initial-major-mode 'fundamental-mode) + '(initial-scratch-message "") '(ivy-magic-tilde nil) '(jabber-account-list '(("david.e.robillard@gmail.com" |