分页: 2 / 2

Re: [问题] emacs 23启动 .emacs 文件出错 。

发表于 : 2008-09-28 19:30
fengzishaoye
按九楼写的那样就行了

代码: 全选

(load-file "~/color-theme.el")
(require 'color-theme)
(color-theme-initialize) ;;加上这一句试试
(color-theme-gnome2)

Re: [问题] emacs 23启动 .emacs 文件出错 。

发表于 : 2008-10-06 10:11
codycody23
今天 弄了弄 以为是.el文件的权限问题,然后用chmod 777 把权限全部开放 问题依然 :em09