From acf4a5c415af15b1e80aae3c847944c44ec415ea Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 17 Jun 2024 13:59:57 +0200 Subject: [PATCH] pinwheel: Use `eglot` when in `c-mode` --- hosts/pinwheel/modules/emacs/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 1e8c63c..e242995 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -510,6 +510,7 @@ Setup prefix for keybindings. (go-mode . alex/organize-imports-on-save) (go-mode . alex/format-on-save) + (c-mode . eglot-ensure) (nix-mode . eglot-ensure) (javascript-mode . eglot-ensure) (js-mode . eglot-ensure)