| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
Rename the function `jump-to-build-file` to `find-build-file`.
Add a function to run a target from the build file. This function
searches for the BUILD file, and if one is found, will propose a list of
targets to run (for now, only the "binary" goal is supported).
|
|
|
|
|
|
|
|
| |
When working on code at Twitter, I regularly need to jump to the
associated BUILD file. The function `fcuny/jump-to-build-file` open the
related BUILD file if it exists in a new buffer.
Bind this function to "C-c t" for now.
|
| |
|
| |
|
|
Separate the modules that are 'core' (e.g.: related to editing,
manipulating text, and so on) and the 'modes' (e.g.: related to syntax,
langage support, etc).
|