From d19315d1c88f9cba4274a98518a95e7f931e8cc4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 29 Aug 2015 23:42:13 -0700 Subject: [PATCH] add languages to babel --- dotfiles/emacs.d/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 8177447f..318e4f35 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -777,6 +777,14 @@ The current directory is assumed to be the project's root otherwise." (setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM") (defvar-setq helm-org-headings-fontify t) + (org-babel-do-load-languages + 'org-babel-load-languages + '((sh . t) + (python . t) + (ruby . t) + (octave . t) + (sqlite . t))) + (when nil ;; Enable appointment notifications. (defadvice org-agenda-to-appt (before wickedcool activate)