From 312626e3f16541490857d4f8d76ff9ba8d9228d2 Mon Sep 17 00:00:00 2001 From: Rodrigo Kassick Date: Wed, 27 Nov 2024 18:17:39 -0300 Subject: [PATCH] chore: add missing type to custom variable --- lsp-inline-completion.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lsp-inline-completion.el b/lsp-inline-completion.el index 6fc5bc6eb7f..574355d1e30 100644 --- a/lsp-inline-completion.el +++ b/lsp-inline-completion.el @@ -440,6 +440,7 @@ lsp-inline-completion-mode is active" (defcustom lsp-inline-completion-mode-inhibit-when-company-active t "If the inline completion mode should avoid calling completions when company is active" + :type 'boolean :group 'lsp-mode) (defvar-local lsp-inline-completion--showing-company nil "If company was active when the tooltip is shown")