| 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)))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.