]> git.earman.xyz Git - emacsinit.git/commitdiff
Formatting
authorrearman <rearman@r717.net>
Thu, 5 Mar 2026 15:46:04 +0000 (10:46 -0500)
committerrearman <rearman@r717.net>
Thu, 5 Mar 2026 15:46:04 +0000 (10:46 -0500)
re/re-repl-defuns.el

index df97458a028765b166d441c81484c10340209810..f0ca5ab8fb6455d2087e18d24a21ab4efa43b192 100644 (file)
@@ -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 `<RET>' in the applicable REPL.
 For a non-repl, use `newline' or similar."
   `(lambda () (interactive) (re/balance-sexp) (call-interactively ,executor)))
-
+\f
+;; 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"