From 64674833970b07e1bf4165dafdd1906101a4d01c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 14 Apr 2023 14:28:11 -0500 Subject: [PATCH] adding code actions --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3581975e..00b18336 100644 --- a/README.org +++ b/README.org @@ -2745,7 +2745,7 @@ Let's give eglot a try. (rust-ts-mode . eglot-ensure) :general (general-def 'normal eglot-mode-map - )) + "ga" 'eglot-code-actions)) #+end_src #+begin_src emacs-lisp diff --git a/init.el b/init.el index 2d9ade56..1f2f81b8 100644 --- a/init.el +++ b/init.el @@ -2006,7 +2006,7 @@ targets." (rust-ts-mode . eglot-ensure) :general (general-def 'normal eglot-mode-map - )) + "ga" 'eglot-code-actions)) (use-package consult-eglot :general