From 1dbcb4439aa224d247eadfd7bc55708ac65eab72 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 14 Feb 2026 11:08:52 +0100 Subject: [PATCH] pinwheel: Fix `eglot` code action indicator in `emacs` --- hosts/pinwheel/modules/emacs/config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 8bcc843..244b9ab 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -555,6 +555,9 @@ Setup prefix for keybindings. ) ) + :custom + (eglot-code-action-indications nil) + :hook ( (eglot-managed-mode . mp-eglot-eldoc) (go-mode . eglot-ensure)