2013年6月19日
摘要: windows emacs 语法高亮1) .find ".emacs" file打开emacs,然后在Options下随便挑个选项,点Save Options,看到下面的提示Wrote [path]....".emacs"2).copy el filecopy %goroot%/misc/emacs/*.el [path]/.emacs.d/3).modify .emacs file add(setq load-path (cons (expand-file-name "~/.emacs.d/") load-path)) (requi 阅读全文
posted @ 2013-06-19 10:37 @earth 阅读(347) 评论(1) 推荐(0) 编辑