about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
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