summary refs log tree commit diff
path: root/docs/emacs.org (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-19[emacs] Add a function to jump to a BUILD file.Franck Cuny2-0/+31
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.