Fix warning message.
This commit is contained in:
parent
918396efc6
commit
db3aeec98e
@ -12,7 +12,7 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:defines (company-dabbrev-ignore-case company-dabbrev-downcase)
|
:defines (company-dabbrev-ignore-case company-dabbrev-downcase)
|
||||||
:custom-face
|
:custom-face
|
||||||
(company-tooltip-annotation ((t (:inherit completions-annotations :foreground nil))))
|
;; (company-tooltip-annotation ((t (:inherit completions-annotations :foreground nil))))
|
||||||
(company-box-selection ((t (:inherit company-tooltip :weight semibold :extend t))))
|
(company-box-selection ((t (:inherit company-tooltip :weight semibold :extend t))))
|
||||||
:hook (after-init . global-company-mode)
|
:hook (after-init . global-company-mode)
|
||||||
:bind (
|
:bind (
|
||||||
|
Loading…
Reference in New Issue
Block a user