Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我 cx cf 时,emacs 将光标点处的当前单词添加到 cx cf。
我相信这可能是由于 ido。
我怎样才能关闭它?
这是一个 ido 选项,默认情况下通常不会激活。可以使用以下行将其关闭:
(setq ido-use-filename-at-point nil)