Function: eglot--trampish-p
eglot--trampish-p is a byte-compiled function defined in eglot.el.gz.
Signature
(eglot--trampish-p SERVER)
Documentation
Tell if SERVER's project root is file-remote-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--trampish-p (server)
"Tell if SERVER's project root is `file-remote-p'."
(file-remote-p (project-root (eglot--project server))))