2008-09-28 90 views

回答

12

要做的第一件事就是停止這個無用的「禁用命令」功能。如果你關心你的.emacs文件這麼多,你當然不需要novice.el嘮叨你。

(setq disabled-command-function nil) 

使用下列命令可以將自定義設施填充到單獨的文件中。

(setq custom-file "~/.emacs-custom.el") 
(load custom-file 'noerror) 
相關問題