From 98a78aee36a35e58c5a18114085aa5c9d890987e Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Jan 2026 12:17:53 +0100 Subject: Improve remote eglot language server path discovery --- emacs/emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 807d1ed2..50639786 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -67,6 +67,9 @@ :config (global-kkp-mode +1)) +;; Helps eglot locate remote language servers, such as ones in ~/.local/bin +(add-to-list 'tramp-remote-path 'tramp-own-remote-path) + ;; Install xclip so cutting/copying in Emacs on a terminal affects the graphical clipboard (use-package xclip :ensure t -- cgit v1.2.3