Add bind to quickly (re)start eglot

This commit is contained in:
Evie Litherland-Smith 2024-10-02 08:14:24 +01:00
parent 12d5b8182e
commit 7a96377d69

View file

@ -1296,6 +1296,7 @@ Configure email with iCalendar event support, to integrate with
(use-package eglot
:bind ( :map prog-mode-map
("C-c c e" . eglot)
("C-c c a" . eglot-code-actions)
("C-c c r" . eglot-rename))
:hook ((eglot-managed-mode . (lambda () (add-hook 'flymake-diagnostic-functions 'eglot-flymake-backend nil t)))