We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fe98b commit 1de546eCopy full SHA for 1de546e
lsp-metals-treeview.el
@@ -384,6 +384,10 @@ window by POSITION and is of the form '((side left))."
384
;; When closing other windows after splitting, prevent our treeview closing.
385
(set-window-parameter window 'no-delete-other-windows t)
386
(lsp-metals-treeview-mode 1)
387
+
388
+ ;; Support for link-hint package with default visit action.
389
+ (setq-local treemacs-default-visit-action 'treemacs-RET-action)
390
391
;; open root of tree after initialisation.
392
(treemacs-expand-metals-root)))))))
393
0 commit comments