Add gnuplot

This commit is contained in:
Alexander Rosenberg 2024-03-06 14:06:41 -08:00
parent e4b80773e7
commit 984ff21c0c
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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)