From 34f73c6877c195b5b0dedfa44d77e473a503147e Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 9 Oct 2020 12:30:45 +0200 Subject: Add ob-spice and ob-spectre packages --- emacs-init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index 546bb5f..782542f 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3225,6 +3225,16 @@ Switch projects and subprojects from NEXT back to TODO" ) #+end_src #+begin_src emacs-lisp +(use-package ob-spice + :straight (:host github :repo "fpiper/ob-spice" + :branch "master")) +#+end_src + +#+begin_src emacs-lisp +(use-package ob-spectre + :load-path "~/git/projects/ob-spectre") +#+end_src +#+begin_src emacs-lisp (use-package ob :config (org-babel-do-load-languages 'org-babel-load-languages @@ -3236,6 +3246,7 @@ Switch projects and subprojects from NEXT back to TODO" (gnuplot . t) (dot . t) (spice . t) + (spectre . t) (C . t) (calc . t) (latex . t) -- cgit v1.2.3