[emacs] Set the org-babel clojure command

Use cider for executing clojure code in org documents.
This commit is contained in:
Correl Roush 2015-08-24 23:20:02 -04:00
parent 23d8729278
commit 5550f6fe34

View file

@ -198,7 +198,8 @@ Communicates with the clojure REPL.
#+BEGIN_SRC emacs-lisp
(use-package cider
:ensure t
:commands (cider-jack-in cider))
:commands (cider-jack-in cider)
:config (setq org-babel-clojure-backend 'cider))
#+END_SRC
**** Hy
#+name: programming