lang/clojure: refactor & add :eval/:repl support
This commit is contained in:
parent
b7cde2e01b
commit
5570fbb353
2 changed files with 44 additions and 34 deletions
8
modules/lang/clojure/autoload.el
Normal file
8
modules/lang/clojure/autoload.el
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue