summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-12-03 00:56:33 +0100
committerTimo Wilken2023-12-03 00:56:33 +0100
commitcb2e102ebcc6627024f5cbf3959ace887319d035 (patch)
treea379c119783cee95f6dc9fbf5231bddbf240c3d2
parent499b75d3d9e6ad4d08b8d1c80075f8f4f00b79dc (diff)
Allow using org-babel-gnuplot
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
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."))