Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertcarter
1271 days ago
care to share your .init etc, I still having figured how I want to couple the two
1 comments
hprotagonist
1271 days ago
for big edits and refactors, i've been using rg.el:
https://rgel.readthedocs.io/en/2.1.0/usage.html?highlight=ed...
as such:
(use-package rg :straight (rg :type git :host github :repo "dajva/rg.el") :config (rg-enable-menu) )
and for short stuff/searching around, etc, i bound consult-ripgrep to M-s r.
link