Skip to content

Commit

Permalink
tweak(nav): move p-search from me-experimental to me-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 7, 2025
1 parent c48737c commit 7e178be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/me-experimental.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
:commands (eglot-inactive-regions-mode))


;; Emacs search engine which combines concepts from information retrievial and Bayesian search theory
(use-package p-search
:straight (:host github :repo "zkry/p-search")
:commands (p-search))


;; Work seamlessly with GitHub gists from Emacs
(use-package igist
:straight t)
Expand Down
6 changes: 6 additions & 0 deletions modules/me-nav.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
:bind (("C-c s" . rg-menu)))


;; Emacs search engine which combines concepts from information retrievial and Bayesian search theory
(use-package p-search
:straight (:host github :repo "zkry/p-search")
:commands (p-search))


;; Asynchronous fuzzy finder for Emacs
(use-package affe
:straight t
Expand Down

0 comments on commit 7e178be

Please sign in to comment.