From b6fb021442df41ebfd6e3cb12cae84255b1b7034 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 4 Jun 2023 15:45:27 -0700 Subject: [oni-org] Add gnuplot to automatically loaded languages for Babel --- oni-org/oni-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 28742e7..5b71bca 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0604.153631 +;; Version: 2023.0604.154518 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table) ;; This program is free software; you can redistribute it and/or modify @@ -511,6 +511,7 @@ also move point to the start of the heading." (add-to-list 'org-babel-load-languages '(java . t)) (add-to-list 'org-babel-load-languages '(dot . t)) +(add-to-list 'org-babel-load-languages '(gnuplot . t)) (add-hook 'before-save-hook #'oni-org-update-all-dblocks-live) (add-hook 'org-mode-hook #'oni-org-set-tag-faces) -- cgit v1.2.3-54-g00ecf