all repos — nixfiles @ 6ae0cc86adeda6959bd33de0064f403a9a49beef

System and user configuration, managed by nix and home-manager

Emacs: add ex command for plain ripgrep

Alan Pearce
commit

6ae0cc86adeda6959bd33de0064f403a9a49beef

parent

5467334d1499ac7b705e405c8039a436f975b531

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -366,6 +366,7 @@ projectile-root-top-down
projectile-root-bottom-up projectile-root-top-down-recurring)) (with-eval-after-load 'evil-ex + (evil-ex-define-cmd "rg" #'ripgrep-regexp) (evil-ex-define-cmd "prg" #'projectile-ripgrep) (evil-ex-define-cmd "pesh[ell]" #'projectile-run-eshell))))