From 7fc62482ff43f55c4ecaeaea5871b3f46f3f501d Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 2 Jan 2026 08:05:00 -0800 Subject: [PATCH] [emacs] Fix eglot line jumps --- .emacs.d/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index adb176e..57c1939 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -24,6 +24,7 @@ '(company-minimum-prefix-length 1) '(css-indent-offset 2) '(custom-safe-themes t) + '(eglot-code-action-indications '(eldoc-hint)) '(fast-lock-cache-directories '("~/flc-cache")) '(fast-lock-minimum-size nil) '(fill-column 77)