You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using company-box makes
company-show-doc-buffer
no longer work.Start
emacs -Q
, eval that code and when company shows candidates, note thatC-h
(bound by default tocompany-show-doc-buffer
in company-active-map ) does not open a help buffer, but I think it should.The text was updated successfully, but these errors were encountered: