Add eglot-code-actions bind
This commit is contained in:
parent
de9c33f504
commit
9bf8c3fef4
|
@ -442,7 +442,8 @@
|
||||||
|
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-c c e" . eglot))
|
:bind (("C-c c e" . eglot)
|
||||||
|
("C-c c a" . eglot-code-actions))
|
||||||
:hook ((nix-mode
|
:hook ((nix-mode
|
||||||
fortran-mode
|
fortran-mode
|
||||||
shell-script-mode
|
shell-script-mode
|
||||||
|
|
|
@ -529,7 +529,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-c c e" . eglot))
|
:bind (("C-c c e" . eglot)
|
||||||
|
("C-c c a" . eglot-code-actions))
|
||||||
:hook ((nix-mode
|
:hook ((nix-mode
|
||||||
fortran-mode
|
fortran-mode
|
||||||
shell-script-mode
|
shell-script-mode
|
||||||
|
|
Loading…
Reference in a new issue