From c85d971ca5e2a41e2a89de71eb4054ef2197a57f Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 18 May 2017 00:56:47 +0200 Subject: [PATCH] Added more line break because why not. --- emacs/.emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs b/emacs/.emacs index 2e7abec..3f052f1 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -2,7 +2,7 @@ (require 'package) ;; 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") +(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") ;(push '("marmalade" . "http://marmalade-repo.org/packages/") package-archives) (push '("melpa" . "http://melpa.milkbox.net/packages/") package-archives)