summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-22 10:23:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-22 14:39:53 -0700
commit4f8c6edbf5fe4a290b4029111d586f4b042cb8c0 (patch)
tree8d7daeacd0ada40e0c66818a2948fa13e7ab1003
parent6e855218d1883a56846d417994d2d57bf2953ffb (diff)
downloaddotfiles-4f8c6edbf5fe4a290b4029111d586f4b042cb8c0.tar.gz
my initial-scratch-message is based on the Emacs 20 text
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c68be6e5..fe046e18 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -495,7 +495,7 @@ that's something we can determine.")
;; We want Paredit in *scratch* but then it is not practical to use it for
;; temporarily holding other plain text. So drop "notes you don't want to
-;; save" from `initial-scratch-message' (using the Emacs 24 text as a base).
+;; save" from `initial-scratch-message' (using the Emacs 20 text as a base).
;;
;; We have C-x g or just creating new buffers for holding other plain text.
;; The main difference between these is that the former starts in `text-mode'.