From e1b2b36922fd631bdbb463efc42eea6d179f276c Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 4 Mar 2024 21:25:52 -0800 Subject: [PATCH] Fix sage math --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f65945c..1f185b3 100644 --- a/init.el +++ b/init.el @@ -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."