fix org babel gnuplot loading

This commit is contained in:
2026-04-08 20:14:30 +02:00
parent 2f249d0979
commit bd072b2c58
5 changed files with 339 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
(setq graphviz-dot-preview-extension "svg")
(setq graphviz-dot-view-command "open %s"))
;; !!! SEE `ob-gnuplot' in `org-settings'
(use-package gnuplot
:commands gnuplot-mode
:mode "\\.gp\\'")