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)