From 4cce300605cb02b6ffe2737b83e3051856a05ad7 Mon Sep 17 00:00:00 2001 From: XenHunt Date: Fri, 28 Jun 2024 14:50:55 +0300 Subject: [PATCH] Removed trailing )) (if I understand correctly what is it) --- clients/lsp-angular.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/lsp-angular.el b/clients/lsp-angular.el index 53dd02a412..659612a1df 100644 --- a/clients/lsp-angular.el +++ b/clients/lsp-angular.el @@ -81,7 +81,8 @@ Has no effects when `lsp-clients-angular-language-server-command' is set." node-modules-path "--ngProbeLocations" (f-join node-modules-path "@angular/language-server/node_modules/") - )) + ) + ) lsp-clients-angular-language-server-command)))) :activation-fn (lambda (&rest _args)