Add eglot-code-actions bind

This commit is contained in:
Evie Litherland-Smith 2023-11-29 16:48:37 +00:00
parent de9c33f504
commit 9bf8c3fef4
2 changed files with 4 additions and 2 deletions

View file

@ -442,7 +442,8 @@
(use-package eglot
:ensure t
:bind (("C-c c e" . eglot))
:bind (("C-c c e" . eglot)
("C-c c a" . eglot-code-actions))
:hook ((nix-mode
fortran-mode
shell-script-mode

View file

@ -529,7 +529,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+BEGIN_SRC emacs-lisp
(use-package eglot
:ensure t
:bind (("C-c c e" . eglot))
:bind (("C-c c e" . eglot)
("C-c c a" . eglot-code-actions))
:hook ((nix-mode
fortran-mode
shell-script-mode