diff --git a/init.el b/init.el index 8ad6378..8c1a699 100644 --- a/init.el +++ b/init.el @@ -902,6 +902,9 @@ argument." (funcall-interactively #'sage-shell:run-sage (sage-shell:read-command))))) +;; gnuplot (mostly for org-plot) +(use-package gnuplot) + ;; eat (use-package eat :bind ("C-c V" . my/project-eat-or-default)