emacs 改变光标形状
==========================================================================
from:
(setq-default cursor-type 'bar) ; 设置
(setq-default cursor-type 'box) ; 设置 为方块
你可以把你的代码写在其它文件里,然后在.emacs中添加
(load "~/your_file.el")
把它加进来
为竖线
==========================================================================
from: