emacs 改变光标形状

3789阅读 0评论2009-06-20 nlchjian
分类:C/C++

emacs 改变光标形状

==========================================================================
from:

(setq-default cursor-type 'bar) ; 设置光标为竖线
(setq-default cursor-type 'box) ; 设置光标为方块

你可以把你的代码写在其它文件里,然后在.emacs中添加
(load "~/your_file.el")
把它加进来

==========================================================================
from:


上一篇:gtk-demo
下一篇:Fedora 12 开发计划