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.
emacsで何かを強調表示するたびに、それがコピーされます。この迷惑な動作を無効にする方法はありますか?Ubuntuにいます。
この設定はそれを無効にする必要があります:
(setq mouse-drag-copy-region nil)
変数のドキュメントは次のとおりです。
ドキュメント:nil以外の場合、マウスをドラッグする と領域がキルリングにコピーされます。