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)