Specifically, including the define-key statement that tells Company to use TAB for completion results in this:
Warning (initialization): An error occurred while loading `/home/saheel/.emacs':
Symbol's value as variable is void: rust-mode-map
If I do not include the define-key statement I can still use TAB for completion, hence I simply removed that statement. Nonetheless, wanted to report the issue. I have tried this on two distinct Ubuntu 16.04 machines with the same result. Am I doing something incorrectly?
For reference, here are the 3 lines of code related to Company, of which the second line is the culprit:
Specifically, including the
define-key
statement that tells Company to use TAB for completion results in this:If I do not include the
define-key
statement I can still use TAB for completion, hence I simply removed that statement. Nonetheless, wanted to report the issue. I have tried this on two distinct Ubuntu 16.04 machines with the same result. Am I doing something incorrectly?For reference, here are the 3 lines of code related to Company, of which the second line is the culprit: