emacs-lsp / lsp-treemacs

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

Fix `cond` default case #28

Closed danielmartin closed 4 years ago

danielmartin commented 4 years ago

The Elisp interpreter assumed t was a function and not a symbol.

Some lsp-treemacs commands were triggering the debugger with the following error:

Debugger entered--Lisp error: (void-function t)