Thor Adam
Thor Adam
@VitalyAnkh I installed Emacs from the Homebrew emacs-plus formula: ``` "tap": "d12frosted/emacs-plus", "tap_git_head": "4b34ed7402a4f3e1f212b2c6fa0851f4b59e247c", ``` Unfortunately this is my first time using Emacs with lsp-metals so I don't have a...
This patch for the treemacs package works for me: ```patch diff --git a/src/elisp/treemacs-treelib.el b/src/elisp/treemacs-treelib.el index d30c8c6..9825fbf 100644 --- a/src/elisp/treemacs-treelib.el +++ b/src/elisp/treemacs-treelib.el @@ -1018,7 +1018,7 @@ ARG: Prefix Arg" :post-close-action (treemacs-on-collapse...