Add bind to quickly (re)start eglot
This commit is contained in:
parent
12d5b8182e
commit
7a96377d69
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue