commit 7c5298b7f222f21f07b388f03485d8174517e7b2
parent d940d20ccd2c968198f1f4c5df804f71b9f3c45c
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 17 Jun 2017 14:16:03 +0300
Add ditaa to org-babel-load-languages
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/emacs/myinit.org b/emacs/myinit.org
@@ -219,9 +219,13 @@ Brings up some help in the middle of a key sequence.
(org-babel-do-load-languages
'org-babel-load-languages
- '((ipython . t)
+ '(
+ (ipython . t)
(python . t)
- (emacs-lisp . t)))
+ (emacs-lisp . t)
+ (ditaa . t)
+ ))
+
(add-hook 'org-babel-after-execute-hook
'org-display-inline-images 'append