Added type to defcustom

This commit is contained in:
pspiagicw 2021-12-15 13:50:24 +05:30
parent 9caf08edf3
commit f219d0922d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
:type '(repeat symbol))
(defcustom evil-want-company-extended-bindings nil
"The 'evil-company-extended' keybindings shoould be requested"
:type 'boolean
)
(defvar company-active-map)