Skip to content

Commit 7011f3c

Browse files
authored
Remove extra parens in -if-let binding form (#160)
1 parent 323b4c9 commit 7011f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-treemacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ this hook will be run after having jumped to the target."
233233
,(if (stringp docstring) docstring (format "Code action %s." name))
234234
(interactive)
235235
(ignore args)
236-
(if-let (node (treemacs-node-at-point))
236+
(-if-let (node (treemacs-node-at-point))
237237
(-let [,(cons '&plist keys) (button-get node :item)]
238238
,@body)
239239
(treemacs-pulse-on-failure "No node at point")))))

0 commit comments

Comments
 (0)