From 396a9c70bf7ba5790c0bbe2b53f3dac8b555ca1c Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 10 Oct 2017 19:00:30 +0200 Subject: [PATCH] Move quote to multiple lines --- emacs/.emacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs b/emacs/.emacs index 9df48f9..be72f18 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -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")