fix(emacs): add anzu keybind
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
4102d957f5
commit
87217a0e5b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue