From 13b38d3275ffcd404778e09f684e470c4793ce2e Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 27 Jul 2026 01:18:33 +0200 Subject: [PATCH] ripgrep posframe --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index e4e3358..9172ed6 100644 --- a/init.org +++ b/init.org @@ -529,7 +529,7 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe "fi" '("Edit init.org" . nemo/edit-init-org) "fs" '("Save" . save-buffer) "fr" '("rg" . consult-ripgrep) - "fR" '("rg in dir" . #’nemo/consult-ripgrep-dir) + "fR" '("rg in dir" . nemo/consult-ripgrep-dir) ) ) #+end_src @@ -1121,6 +1121,7 @@ Use =vertico-posframe= to make the =vertico= buffer floating in the centre of th vertico-multiform-commands '((consult-line (:not posframe)) (consult-ripgrep (:not posframe)) + (xref-find-references (:not posframe)) (nemo/consult-ripgrep (:not posframe)) (nemo/consult-ripgrep-dir (:not posframe)) ;; (lsp-find-references (:not posframe))