| Commit message (Collapse) | Author | 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.
|
|
Stupid regex are stupids.
|
|
|
|
Add a 'doc' directory with the documentation for emacs, bash and git.
|
|
|
|
|
|
Add configuration for templates; set the list of files for the agenda;
add a binding to capture notes; etc.
|