sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

Disabling command options #39

Closed mwirungu closed 6 years ago

mwirungu commented 6 years ago

Is there a way to disable the "Run Sage like this:" dialogue at the beginning of a session?

stakemori commented 6 years ago

I've just added a customizable variable for this. Please put the following code in your config file.

(setq sage-shell:ask-command-options nil)

And note that it will take a few hours for Melpa to rebuild the package. Thanks for suggesting.