1
0
Fork 0

fix(emacs): add anzu keybind

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-13 19:30:34 -05:00
parent 4102d957f5
commit 87217a0e5b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -58,6 +58,7 @@
("<f8>" . priime-split-terminal))) ("<f8>" . priime-split-terminal)))
(use-package rg :straight t) (use-package rg :straight t)
(use-package anzu :straight t (use-package anzu :straight t
:bind ("C-c r a" . anzu-query-replace-regexp)
:init :init
(add-hook 'after-init-hook 'global-anzu-mode)) (add-hook 'after-init-hook 'global-anzu-mode))
(use-package pdf-tools (use-package pdf-tools