From 6668718f6d0726b00620399c6244cd34ea964082 Mon Sep 17 00:00:00 2001 From: Eason0210 Date: Mon, 13 Nov 2023 07:20:44 +0800 Subject: [PATCH] consult-eglot: Bind "M-g s" for consult-eglot-symbols --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index e5baa0f..ce5b942 100644 --- a/init.el +++ b/init.el @@ -946,6 +946,10 @@ typical word processor." (setq read-process-output-max (* 1024 1024)) (setq eglot-events-buffer-size 0)) +(use-package consult-eglot + :after (consult eglot) + :bind (:map eglot-mode-map ("M-g s" . consult-eglot-symbols))) + (use-package breadcrumb :config (breadcrumb-mode))