Skip to content

Commit 9d28ecb

Browse files
committed
emacs-ide: add C-c C-j slime-eval-last-expression-in-repl
1 parent 6721bd0 commit 9d28ecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emacs-ide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ To **evaluate** rather than compile:
387387
- evaluate a region with `C-c C-r`,
388388
- evaluate a defun with `C-M-x`,
389389
- type `C-c C-e` (`slime-interactive-eval`) to get a prompt that asks for code to eval in the current context. It prints the result in the minibuffer. With a prefix argument, insert the result into the current buffer.
390+
- type `C-c C-j` (`slime-eval-last-expression-in-repl`), when the cursor is after the closing parenthesis of an expression, to send this expression to the REPL and evaluate it.
390391

391392
See also other commands in the menu.
392393

0 commit comments

Comments
 (0)