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 323b4c9 commit 7011f3cCopy full SHA for 7011f3c
lsp-treemacs.el
@@ -233,7 +233,7 @@ this hook will be run after having jumped to the target."
233
,(if (stringp docstring) docstring (format "Code action %s." name))
234
(interactive)
235
(ignore args)
236
- (if-let (node (treemacs-node-at-point))
+ (-if-let (node (treemacs-node-at-point))
237
(-let [,(cons '&plist keys) (button-get node :item)]
238
,@body)
239
(treemacs-pulse-on-failure "No node at point")))))
0 commit comments