rg

概要

rg.elripgrep を使って高速に検索するためのパッケージ。

インストール

el-get 本体にはレシピがないので自前で用意している。

(:name rg
       :website "https://github.com/dajva/rg.el"
       :description "Use ripgrep in Emacs."
       :type github
       :depends (transient wgrep)
       :pkgname "dajva/rg.el")

そしてそれを el-get-bundle でインストール

(el-get-bundle rg)