From 3a79d501b19984bc9c524b2ecbff37587f480277 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 May 2019 16:44:27 -0700 Subject: [emacs] enable org-babel for shell mode --- emacs.d/custom/fcuny-org.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index e0ee2ab..80ff216 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -9,6 +9,14 @@ :bind (("C-c c" . org-capture) ("C-c a" . org-agenda)) + :config + (progn () + (org-babel-do-load-languages + 'org-babel-load-languages + '((shell . t) + (python . t) + (emacs-lisp . t)))) + :custom ;; priorities. I use: ;; -1 important + urgent -- cgit 1.4.1