Fix sage math
This commit is contained in:
parent
18d911f8c1
commit
e1b2b36922
3
init.el
3
init.el
@ -854,8 +854,9 @@ Take directly from doom-modeline."
|
|||||||
|
|
||||||
;; sage (for when calc is not enough)
|
;; sage (for when calc is not enough)
|
||||||
(use-package sage-shell-mode
|
(use-package sage-shell-mode
|
||||||
|
:demand
|
||||||
:bind ("C-c g" . my/run-sage)
|
:bind ("C-c g" . my/run-sage)
|
||||||
:init
|
:config
|
||||||
(defun my/run-sage (p)
|
(defun my/run-sage (p)
|
||||||
"Like `sage-shell:run-sage', but does not ask anything without a prefix
|
"Like `sage-shell:run-sage', but does not ask anything without a prefix
|
||||||
argument."
|
argument."
|
||||||
|
Loading…
Reference in New Issue
Block a user