diff options
Diffstat (limited to 'org.org')
-rw-r--r-- | org.org | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -148,7 +148,7 @@ "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")) #+end_src -* Babel +* Babel and literate programming - [[http://cachestocaches.com/2018/6/org-literate-programming][Literate Programming with Org-mode]] - [[http://howardism.org/Technical/Emacs/literate-devops.html][Literate DevOps]] @@ -156,9 +156,7 @@ (setq org-src-window-setup 'other-window) ;; current-window (require 'org-tempo nil t) ;; <s TAB for 9.2 and later - ;; (use-package ob-elixir - ;; :ensure t - ;; :after org) + (use-package poly-org :ensure t) (use-package ob-prolog :ensure t |