emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 9ef7b6d 120/325: Add newlines to scratch


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 9ef7b6d 120/325: Add newlines to scratch message
Date: Sat, 23 Oct 2021 18:48:35 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 9ef7b6dc8b41a2bce64c16ad10ef73da0c727569
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Add newlines to scratch message
---
 ergoemacs-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index d2c2cff..c54b488 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -36,7 +36,7 @@
         org-special-ctrl-a/e t
         ido-vertical-define-keys 'C-n-C-p-up-down-left-right
         scroll-error-top-bottom t
-        initial-scratch-message (substitute-command-keys ";; This buffer is 
for notes you don't want to save, and for Lisp evaluation.\n;; If you want to 
create a file, visit that file with \\[find-file],\n;; then enter the text in 
that file's own buffer.")
+        initial-scratch-message (substitute-command-keys ";; This buffer is 
for notes you don't want to save, and for Lisp evaluation.\n;; If you want to 
create a file, visit that file with \\[find-file],\n;; then enter the text in 
that file's own buffer.\n\n")
         ;; Remove tutorial and guided tour, since the keys don't apply...
         fancy-startup-text
         `((:face (variable-pitch font-lock-comment-face)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]