From 8b337354538c3b163b7eb4f02f35b036f5a178e2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 4 Sep 2020 09:50:54 -0700 Subject: comment --- .emacs.d/init-spw.el | 5 +++-- 1 file 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) -- cgit v1.2.3