adding code actions

This commit is contained in:
Chris Cochrun 2023-04-14 14:28:11 -05:00
parent 4cc698a7e5
commit 6467483397
2 changed files with 2 additions and 2 deletions

View file

@ -2745,7 +2745,7 @@ Let's give eglot a try.
(rust-ts-mode . eglot-ensure) (rust-ts-mode . eglot-ensure)
:general :general
(general-def 'normal eglot-mode-map (general-def 'normal eglot-mode-map
)) "ga" 'eglot-code-actions))
#+end_src #+end_src
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -2006,7 +2006,7 @@ targets."
(rust-ts-mode . eglot-ensure) (rust-ts-mode . eglot-ensure)
:general :general
(general-def 'normal eglot-mode-map (general-def 'normal eglot-mode-map
)) "ga" 'eglot-code-actions))
(use-package consult-eglot (use-package consult-eglot
:general :general