From: rearman Date: Thu, 5 Mar 2026 15:46:04 +0000 (-0500) Subject: Formatting X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=9fe1129479f6047371589385f28c6c6cad9fa5ba;p=emacsinit.git Formatting --- 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"