diff --git a/configs/init-company.el b/configs/init-company.el index 6d706b6..b90d488 100644 --- a/configs/init-company.el +++ b/configs/init-company.el @@ -12,7 +12,7 @@ :straight t :defines (company-dabbrev-ignore-case company-dabbrev-downcase) :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)))) :hook (after-init . global-company-mode) :bind (