LoginSignup
11
12

More than 5 years have passed since last update.

Emacs でカーソル位置のシンボルをハイライト

Posted at

Eclipse みたいなやつ。こんなことができる → Youtube

インストールは、
M-x auto-install-from-url https://raw.github.com/mitsuo-saito/auto-highlight-symbol-mode/master/auto-highlight-symbol.el
の後に以下を .emacs に記述すればOK。

(require 'auto-highlight-symbol)
(global-auto-highlight-symbol-mode t)

シンボル間のカーソル移動や、ハイライトされているシンボルを一括リネームできたりして便利。

11
12
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
12