lisp123456

Untitled

Sep 29th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (global-set-key (kbd "C-c k") (lambda ()
  2. (interactive)
  3. (let ((command (format "%s"
  4. (with-current-buffer (slime-output-buffer)
  5. (car slime-repl-input-history)))))
  6. (insert command))))
Advertisement
Add Comment
Please, Sign In to add comment