Fork me on GitHub
#emacs
<
2016-03-17
>
base69818:03:48

Can anyone get org-babel to work with clojure? It's not executing

base69818:03:58

cannot find slime

base69818:03:14

have this in my init.el

base69818:03:18

;; 
(org-babel-do-load-languages
    'org-babel-load-languages '((js . t) (python . t) (R . t)))
(require 'cider)
(require 'ob-clojure)
(setq org-babel-clojure-backend 'cider)