about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-org.el')
-rw-r--r--.emacs.d/lisp/init-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 8222a37..c9777a2 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -40,6 +40,9 @@
    'org-babel-load-languages
    '((shell . t)
      (elasticsearch . t)
+     (clojure . t)
+     (restclient . t)
+     (verb . t)
      (sql . t)))
   :bind
   ("C-c l" . org-store-link)