Move quote to multiple lines

This commit is contained in:
madmaurice 2017-10-10 19:00:30 +02:00
parent e06f19fcf0
commit 396a9c70bf

View file

@ -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")