mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Set the org-babel clojure command
Use cider for executing clojure code in org documents.
This commit is contained in:
parent
23d8729278
commit
5550f6fe34
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ Communicates with the clojure REPL.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package cider
|
(use-package cider
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands (cider-jack-in cider))
|
:commands (cider-jack-in cider)
|
||||||
|
:config (setq org-babel-clojure-backend 'cider))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Hy
|
**** Hy
|
||||||
#+name: programming
|
#+name: programming
|
||||||
|
|
Loading…
Reference in a new issue