aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el3
1 files changed, 3 insertions, 0 deletions
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