sebastiencs / company-box

A company front-end with icons
563 stars 64 forks source link

company-box breaks company-show-doc-buffer ? #203

Open rdiaz02 opened 8 months ago

rdiaz02 commented 8 months ago

Using company-box makes company-show-doc-buffer no longer work.

(require 'package)
(package-initialize)

(use-package company-box
  :hook (company-mode . company-box-mode))

(use-package company
  :ensure t
  :init (global-company-mode 1))

Start emacs -Q, eval that code and when company shows candidates, note that C-h (bound by default to company-show-doc-buffer in company-active-map ) does not open a help buffer, but I think it should.