diff options
author | fpi | 2020-10-09 12:30:45 +0200 |
---|---|---|
committer | fpi | 2020-10-09 12:38:38 +0200 |
commit | 34f73c6877c195b5b0dedfa44d77e473a503147e (patch) | |
tree | 87346b9769b242dabc2bf8e9d38f3ccec6f03703 | |
parent | Match size of org inline images to olivetti width (diff) |
Add ob-spice and ob-spectre packages
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 11 |
1 files changed, 11 insertions, 0 deletions
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) |