Skip to content

Commit

Permalink
concat supports nil, so simplify setting of initial-scratch-message
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 2, 2015
1 parent 38ebc1f commit 27d43ae
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 " (or user-login-name "") " - Emacs ♥ you!\n\n"))
(concat ";; Happy hacking " user-login-name " - Emacs ♥ you!\n\n"))



Expand Down

0 comments on commit 27d43ae

Please sign in to comment.