lang/clojure: refactor & add :eval/:repl support

This commit is contained in:
Henrik Lissner 2018-03-22 06:54:18 -04:00
parent b7cde2e01b
commit 5570fbb353
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 44 additions and 34 deletions

View file

@ -0,0 +1,8 @@
;;; lang/clojure/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +clojure/repl ()
"Open a Cider REPL and return the buffer."
(interactive)
(cider-jack-in)
(current-buffer))