diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-23 16:44:27 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-23 16:44:27 -0700 |
commit | 3a79d501b19984bc9c524b2ecbff37587f480277 (patch) | |
tree | 5232f8c0d8c846f3fb6aa22bccdf8ba74454fb9c /emacs.d | |
parent | [emacs] small update to some templates for org. (diff) | |
download | emacs.d-3a79d501b19984bc9c524b2ecbff37587f480277.tar.gz |
[emacs] enable org-babel for shell mode
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 8 |
1 files changed, 8 insertions, 0 deletions
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 |