Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I need to update the documentation since it seems things changed at some point. Sean Lynch is right that sage-startup-hook is not defined anywhere. What I have in my .emacs is the following:

(add-hook 'sage-startup-after-prompt-hook
          (lambda () (interactive)
            (sage-view 1)
            (sage-view-disable-inline-output)))