Enable p-search

This commit is contained in:
Andrea Ciceri 2024-12-13 19:29:11 +01:00
parent 47b0ffed69
commit 6d01ccf480
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -435,6 +435,8 @@
(which-key-mode) (which-key-mode)
(which-key-setup-side-window-right)) (which-key-setup-side-window-right))
(use-package p-search)
(use-package magit (use-package magit
:bind (("C-c o g" . magit))) :bind (("C-c o g" . magit)))