about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-26 12:08:17 -0600
committerCase Duckworth2021-01-26 12:08:17 -0600
commit5ef03977a7a1a619e739d2ce4081e81c3705b1c1 (patch)
treef3653a1774486c39b9e8a7de62b93aa22a5ed6dc /config.org
parentAdd CRUX (diff)
downloademacs-5ef03977a7a1a619e739d2ce4081e81c3705b1c1.tar.gz
emacs-5ef03977a7a1a619e739d2ce4081e81c3705b1c1.zip
Change initial-scratch-message to one line
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index 66e677e..64d7adc 100644 --- a/config.org +++ b/config.org
@@ -196,8 +196,8 @@ also want it to show a cute little message to myself.
196 initial-buffer-choice t ; Start on *scratch* 196 initial-buffer-choice t ; Start on *scratch*
197 initial-scratch-message 197 initial-scratch-message
198 (concat ";; Howdy, " 198 (concat ";; Howdy, "
199 (nth 0 (split-string user-full-name)) "!\n" 199 (nth 0 (split-string user-full-name)) "!"
200 ";; Welcome to Emacs." 200 " Welcome to Emacs."
201 "\n\n")) 201 "\n\n"))
202#+end_src 202#+end_src
203 203