Skip to content

Commit

Permalink
consult-eglot: Bind "M-g s" for consult-eglot-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Nov 12, 2023
1 parent e594981 commit 6668718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 6668718

Please sign in to comment.