From cb2e102ebcc6627024f5cbf3959ace887319d035 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 3 Dec 2023 00:56:33 +0100 Subject: Allow using org-babel-gnuplot --- tw/home/files/emacs-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 3e2cd2ce..9f60b18d 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -589,6 +589,7 @@ If CREATE is true and the resulting directory does not exist, create it." (lisp . t) (dot . t) (python . t) + (gnuplot . t) (rec . t)) ; see `ob-rec' below "Load bindings for more languages for use in #+begin_src blocks.")) -- cgit v1.2.3