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

c-mode-base-map symbol is void #1

Open
nivpgir opened this issue May 23, 2018 · 0 comments
Open

c-mode-base-map symbol is void #1

nivpgir opened this issue May 23, 2018 · 0 comments

Comments

@nivpgir
Copy link

nivpgir commented May 23, 2018

when using cpp-rtags-layer init is failing when loading keybindings.el cause of the following line:

(define-key c-mode-base-map (kbd "<C-tab>") 'company-complete)

I've managed to fix it for the moment by adding (require 'cc-mode) before the above line.
Somehow it feels like that's not the best solution for the problem, however, I am not very experienced with spacemacs layers, and don't know what is the appropriate place to to put such a fix.

I hope you'll know better than me.

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