sage emacs mode not working in ubuntu

故事扮演 提交于 2019-12-11 17:56:40

问题


I am new to linux. and starteing to use Sage. I installed the sage mode for emacs. However its not working. I am not sure where is the init.el file for emacs located. I added the script given at the end of the installation in site-start.el(or a similar name file) file. But nothing is happening. The mode is not getting activated. Can someone suggest a way out. Thanks Anil


回答1:


first of all you should read some introduction to emacs and its init file: "http://wikemacs.org/index.php/User's_Initialization_File" This file is located at ~/.emacs or ~/.emacs.d/init.el.

So you should write the instructions (from http://wiki.sagemath.org/sage-mode right ?) in this file.



来源:https://stackoverflow.com/questions/22500350/sage-emacs-mode-not-working-in-ubuntu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!