emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
398 stars 47 forks source link

defvar: Symbol’s function definition is void: treemacs-get-icon-value #22

Closed mgallego closed 4 years ago

mgallego commented 4 years ago

When I try to execute lsp-treemacs always return the same error:

defvar: Symbol’s function definition is void: treemacs-get-icon-value

yyoncho commented 4 years ago

Can you make sure that treemacs is the latest version? https://github.com/Alexander-Miller/treemacs/blob/17a92097fcd2b5df5d7a8f54e99470ac1168c7bf/src/elisp/treemacs-icons.el#L293

mgallego commented 4 years ago

Can you make sure that treemacs is the latest version? https://github.com/Alexander-Miller/treemacs/blob/17a92097fcd2b5df5d7a8f54e99470ac1168c7bf/src/elisp/treemacs-icons.el#L293

I have the 2.6 version, from Melpa.

mgallego commented 4 years ago

Fixed. The version 2.6, the latest in melpa stable dont work. Using the melpa version runs.

Thanks.