Timeline for How to remap Company's select next and select previous keys?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2014 at 18:29 | history | edited | user227 | CC BY-SA 3.0 | Fix keys again. D'oh |
| Nov 2, 2014 at 14:44 | history | edited | user227 | CC BY-SA 3.0 | Little fix |
| Nov 2, 2014 at 11:19 | vote | accept | caisah | ||
| Nov 2, 2014 at 11:19 | history | edited | user227 | CC BY-SA 3.0 | Add with-eval-after-load as required |
| Nov 2, 2014 at 11:18 | comment | added | user227 | company-active-map is not defined before company is loaded obviously. You need to evaluate these commands after company was loaded, e.g. with with-eval-after-load. I updated my answer accordingly. | |
| Nov 2, 2014 at 11:11 | comment | added | caisah | Do you know why do I get Symbol's value as variable is void: company-active-map after modifying company-active-map, and how can I avoid this? | |
| Nov 2, 2014 at 10:58 | history | answered | user227 | CC BY-SA 3.0 |