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.
我在 macbook 上使用 emacs。在 linux 中,当我使用 C-SPC 开始标记块时,我标记的区域有一个淡黄色的背景,告诉我我从哪里开始和结束。但是,在我的 macbook 中,背景没有突出显示,有时让我迷失在标记区域的位置。谁能告诉我如何在macbook上打开背景颜色突出显示?
您可以M-x transient-mark-mode切换突出显示。
M-x transient-mark-mode
如果您希望它默认启用,您可以添加(setq transient-mark-mode t)到您的 .emacs 文件中。
(setq transient-mark-mode t)