Skip to content

Commit

Permalink
fix: declare company--begin-inhibit-commands as a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Nov 27, 2024
1 parent 312626e commit 79dd07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-inline-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ lsp-inline-completion-mode is active"
(declare-function company--active-p "ext:company")
(declare-function company-cancel "ext:company" (&optional result))
(declare-function company-manual-begin "ext:company")

(defvar company--begin-inhibit-commands)
(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
Expand Down

0 comments on commit 79dd07c

Please sign in to comment.