From 59e405c2ef0da027b6fc5088bc13f70809a601e4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 31 Oct 2022 09:52:06 -0700 Subject: spw/paredit-ctl-j: avoid lexically binding some dynamic vars --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0d4ddeae..d0e065f5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -587,6 +587,7 @@ that's something we can determine.") "Replacement for `paredit-newline' which does traditional Emacs Lisp Interaction C-j in `lisp-interaction-mode' and similar." (interactive) + (require 'pp) (if-let ((command (alist-get -- cgit v1.2.3