From 9da5c41d4e16a238ebcbf05a9fce6b5061a04b2a Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 9 Oct 2019 15:02:08 -0400 Subject: [PATCH] Enable Clojure eval in Org-mode --- emacs/init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 9cd8738..e6da5b5 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1384,6 +1384,12 @@ Sprinkle in some CIDER: (add-hook 'cider-mode-hook 'jdormit/cider-setup) #+END_SRC +Enable Org-mode Clojure evaluation: +#+BEGIN_SRC emacs-lisp + (require 'ob-clojure) + (setq org-babel-clojure-backend 'cider) +#+END_SRC + * Scheme Tell emacs about file extensions which should activate scheme-mode: #+BEGIN_SRC emacs-lisp