gpt4 book ai didi

emacs - Emacs 中的光标类型

转载 作者:行者123 更新时间:2023-12-04 02:51:14 25 4
gpt4 key购买 nike

我在我的 .emacs 文件中放了什么来将所有帧的光标类型更改为 box ?

最佳答案

在 Emacs 23.2 之前,你应该这样做:

(setq default-cursor-type 'box)

小心, default-cursor-type是一个自 Emacs 23.2 起已过时的变量。
您应该使用 cursor-type变量代替:
(set-default 'cursor-type 'box)

关于emacs - Emacs 中的光标类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3670938/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com