Skip to content

Commit

Permalink
Bindings for slime pretty-print.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 1, 2010
1 parent 6d57d6b commit aac3644
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions starter-kit-lisp.el
Expand Up @@ -63,5 +63,13 @@
(match-end 1) "ƒ")
nil))))))

(eval-after-load 'slime
'(define-key slime-mode-map (kbd "C-c p")
'slime-pprint-eval-last-expression))

(eval-after-load 'slime-repl
'(define-key slime-repl-mode-map (kbd "C-c p")
'slime-pprint-eval-last-expression))

(provide 'starter-kit-lisp)
;; starter-kit-lisp.el ends here

0 comments on commit aac3644

Please sign in to comment.