branch: externals/jarchive
commit 9148ed7ada03ff2516f6e4ede20c453974d6da19
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>

    WIP eglot setting to control jar URI parsing
    
    This is not in eglot right now. Maybe something like it will be later
---
 jarchive.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jarchive.el b/jarchive.el
index 347f3c65de..d5b95d6df4 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -108,6 +108,7 @@ TODO: this might be unnecessary, try to remove"
 ;;;###autoload
 (defun jarchive-setup ()
   (interactive)
+  (setq eglot-preserve-jar-uri t)
   (add-to-list 'file-name-handler-alist (cons jarchive--uri-regex 
#'jarchive--file-name-handler))
   (add-to-list 'find-file-not-found-functions #'jarchive--find-file-not-found))
 

Reply via email to