emacsでカーソル位置のシンボルをハイライトする - brainstormのご紹介。
というか、Page not found · GitHubのご紹介。
一定時間カーソルを放置すると、カーソル位置のシンボル(とバッファ内の同じシンボル)をハイライトしてくれる
機能。
導入方法(公式から)
インストール
cd /your-emacs-load-path/
wget http://github.com/mitsuo-saito/auto-highlight-symbol-mode/raw/master/auto-highlight-symbol.el
emacs -batch -f batch-byte-compile auto-highlight-symbol.el
.emacs.el(init.el)
(require 'auto-highlight-symbol)
(global-auto-highlight-symbol-mode t)
ね、簡単でしょ?