From 018cedf05f8775e13528266b5da4858be2556737 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 Aug 2020 13:21:28 -0400 Subject: [PATCH] tools/lsp: fix void-function apply-orig-fn When +lsp-auto-install-servers is non-nil. --- modules/tools/lsp/+lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index c54e0f2d2..8954d925c 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -76,7 +76,7 @@ should be a deliberate act (as is flipping this variable).") "Replace auto-install behavior with warning and support indirect buffers." :around #'lsp (if +lsp-auto-install-servers - (apply-orig-fn args) + (apply orig-fn args) (letf! ((buffer-file-name ;; Add support for indirect buffers (org src or capture buffers) (or buffer-file-name