Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (global-set-key (kbd "C-c i") (lambda ()
- (interactive)
- (let ((command (format "%s"
- (with-current-buffer "*slime-repl sbcl*"
- (car slime-repl-input-history)))))
- (slime-interactive-eval command))))
Advertisement
Add Comment
Please, Sign In to add comment