diff options
| author | Alex <alex.corcoles@veecle.io> | 2026-03-01 11:37:07 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-03-01 10:38:54 +0000 |
| commit | acf5d328e9700c756965866507dcdb34ac1baa5d (patch) | |
| tree | 2259b65f6929b1c2a08e0879dfbbafec2fa14dc0 /emacs | |
| parent | f1214c7b3008263694ee19a7a187d1bdd04d2d8e (diff) | |
Disable tramp/eglot stuff that causes some bootstrapping issues
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 50639786..807d1ed2 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -67,9 +67,6 @@ :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 |
