Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rdiaz02 opened this issue Nov 25, 2023 · 0 comments
Open

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

rdiaz02 opened this issue Nov 25, 2023 · 0 comments

Comments

@rdiaz02
Copy link

rdiaz02 commented Nov 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant