summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-09-04 09:50:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-09-04 09:50:54 -0700
commit8b337354538c3b163b7eb4f02f35b036f5a178e2 (patch)
tree2acdce819af2bbb2fc12a79e0d713cac3dc16f9b
parent73a819e375bb33d43cf8ec2e539ae43b64764491 (diff)
downloaddotfiles-8b337354538c3b163b7eb4f02f35b036f5a178e2.tar.gz
comment
-rw-r--r--.emacs.d/init-spw.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index b9aa3025..0e05fef7 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -134,8 +134,9 @@ add places the library might be available to `load-path'."
;; elisp, but since I want always to edit lisp with paredit turned on, it's
;; not possible to combine these two things in one buffer. So use Eshell or
;; IELM for ad hoc elisp (Eshell alone not enough because of IELM's
-;; `ielm-change-working-buffer'). Might consider adding a binding which
-;; creates or switches to a Lisp Interaction buffer called *lisp*.
+;; `ielm-change-working-buffer', which has no Eshell equivalent yet). Might
+;; consider adding a binding which creates or switches to a Lisp Interaction
+;; buffer called *lisp*.
(setq initial-major-mode #'fundamental-mode
initial-scratch-message nil)
(global-set-key "\C-cl" #'ielm)