-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I was not able to make it work, what may be the reason? C-c h is not triggered as well.
my config file:
(company-quickhelp-mode)
(eval-after-load 'company
'(define-key company-active-map (kbd "C-c h") #'company-quickhelp-manual-begin))
(setq company-auto-complete t)
(eval-after-load 'company
'(progn
(define-key company-active-map (kbd "TAB") 'company-complete-common-or-cycle)
(define-key company-active-map (kbd "<tab>") 'company-complete-common-or-cycle)))
(setq company-frontends
'(company-pseudo-tooltip-unless-just-one-frontend
company-preview-frontend
company-echo-metadata-frontend))
(setq company-auto-complete t)
(global-set-key (kbd "C-c C-k") 'company-complete)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels