游标类型在Emacs [英] Cursor type in Emacs

查看:259
本文介绍了游标类型在Emacs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在.emacs文件中放置什么以将所有框架的游标类型更改为框?

What do I put in my .emacs file to change the cursor type for all frames to box?

推荐答案

在Emacs 23.2之前,您应该:

Before Emacs 23.2, you should do :

(setq default-cursor-type 'box)

小心, default-cursor-type 是一个自Emacs 23.2以来已过时的变量。
您应该使用 cursor-type 变量:

Be careful, default-cursor-type is a variable that is obsolete since Emacs 23.2. You should use cursor-type variable instead :

(set-default 'cursor-type 'box)

这篇关于游标类型在Emacs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆