From 9fe1129479f6047371589385f28c6c6cad9fa5ba Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 5 Mar 2026 10:46:04 -0500 Subject: [PATCH] Formatting --- re/re-repl-defuns.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/re/re-repl-defuns.el b/re/re-repl-defuns.el index df97458..f0ca5ab 100644 --- a/re/re-repl-defuns.el +++ b/re/re-repl-defuns.el @@ -4,7 +4,6 @@ ;;; Code: ;; Any Lisp Repl - (defmacro re/send-on-close-paren (executor) "Generalizes sending an execute on close paren. Interactively call `executor'. For `executor', use whatever @@ -47,7 +46,8 @@ this to ']' for the interlisp experience. For `executor', use whatever function is called by `' in the applicable REPL. For a non-repl, use `newline' or similar." `(lambda () (interactive) (re/balance-sexp) (call-interactively ,executor))) - + +;; REPL specific (defun eshell-quit-or-delete-char (arg) "Delete char if at one, quit eshell if on empty prompt. Stolen from https://depp.brause.cc/dotemacs" -- 2.39.5