Fix sage math

This commit is contained in:
Alexander Rosenberg 2024-03-04 21:25:52 -08:00
parent 18d911f8c1
commit e1b2b36922
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -854,8 +854,9 @@ Take directly from doom-modeline."
;; sage (for when calc is not enough)
(use-package sage-shell-mode
:demand
:bind ("C-c g" . my/run-sage)
:init
:config
(defun my/run-sage (p)
"Like `sage-shell:run-sage', but does not ask anything without a prefix
argument."