From 7a96377d69c17092af2b77e05cdb386e3db25338 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 2 Oct 2024 08:14:24 +0100 Subject: [PATCH] Add bind to quickly (re)start eglot --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 3fe8d25..f0731e6 100644 --- a/README.org +++ b/README.org @@ -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)))