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