Move quote to multiple lines
This commit is contained in:
parent
e06f19fcf0
commit
396a9c70bf
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,12 @@
|
|||
(message "Nope!"))
|
||||
|
||||
;; Quote
|
||||
(setq initial-scratch-message ";; Simplicity and elegance are unpopular because\n;; they require hard work and discipline to achieve\n;; and education to be appreciated.\n;;\n;; - Dijkstra\n\n")
|
||||
(setq initial-scratch-message
|
||||
(concat ";; Simplicity and elegance are unpopular because\n"
|
||||
";; they require hard work and discipline to achieve\n"
|
||||
";; and education to be appreciated.\n"
|
||||
";;\n"
|
||||
";; - Dijkstra\n\n"))
|
||||
|
||||
;; Set frame title
|
||||
(setq frame-title-format "[%m] %f")
|
||||
|
|
Loading…
Reference in a new issue