diff options
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 |