Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • The line (define-key company-active-map… seems correct and should work. You can also bind via use-package's built-in means; but I think all of that is orthogonal to your problem, because TAB is by default bound to insert the current candidate, and the fact that it is different for you hints something else is going on. Please, show the output of C-h v company-active-map. Also please, try testing by starting emacs -Q, then evaluating (package-initialize), (use-package company), and then triggering completion in *scratch* buffer and seeing if TAB works to select the candidate. Commented Dec 18, 2024 at 20:24