Geek 41|Happy coding  

[2014-12-15] emacs配置收集

收藏一些emacs的配置,有时间的时候查阅和调整 1.来源 http://www.cnblogs.com/chinazhangjie/archive/2011/06/01/2067263.html ;; author: chinazhangjie ;; e-mail: chinajiezhang@gmail.com ;; 指针颜色设置为白色 (set-cursor-color "white") ;; 鼠标颜色设置为白色 (set-mouse-color "white") ;; 从color-theme中获取 ;; 网上下载color-theme.el,放到加载路径(/usr/share/emacs/site-lisp )下 ;; M-x color-theme-select,鼠标左键选中,回车查看效果 ;; d查看信息,将出现如下信息: ;; color-theme-matrix is an interactive Lisp function in `color-theme.el'. ;; (color-theme-matrix) ;; Color theme by walterh@rocketmail.com, created 2003-10-16. ;; 选择(color-theme-blue-mood)即可 (require 'color-theme) (setq...