Merge branch 'main' of git.zander.im:Zander671/emacs-config

This commit is contained in:
2024-03-08 19:54:56 -08:00

View File

@ -913,6 +913,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)