diff options
-rw-r--r-- | shoshimacs.el | 5 | ||||
-rw-r--r-- | shoshimacs.org | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 25d8532..4a0cdba 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -158,8 +158,9 @@ (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) - (shell . t) - (plantuml . t))) + (org . t) + (plantuml . t) + (shell . t))) (package-install 'org-tree-slide) diff --git a/shoshimacs.org b/shoshimacs.org index ce54658..cc1529e 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -633,8 +633,9 @@ this seems to be required to fontify source blocks (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) - (shell . t) - (plantuml . t))) + (org . t) + (plantuml . t) + (shell . t))) #+end_src *** org-tree-slide |