Skip to content

Commit

Permalink
Add missing comma in scratch screen welcome message (thanks @juangl)
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 16, 2016
1 parent 27f2ea6 commit 183a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(require-package 'lively)

(setq-default initial-scratch-message
(concat ";; Happy hacking " user-login-name " - Emacs ♥ you!\n\n"))
(concat ";; Happy hacking, " user-login-name " - Emacs ♥ you!\n\n"))



Expand Down

0 comments on commit 183a3e8

Please sign in to comment.