Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-22 | [emacs] move functions for pants to it's own file | Franck Cuny | 3 | -63/+66 | |
2016-02-22 | [emacs] start to rewrite the code to manage the UI | Franck Cuny | 1 | -2/+18 | |
2016-02-22 | [emacs] Explain why git is disabled in VC backend | Franck Cuny | 1 | -0/+1 | |
2016-02-22 | [emacs] Add a binding for ibuffer | Franck Cuny | 1 | -1/+1 | |
2016-02-22 | [emacs] code cleanup | Franck Cuny | 2 | -23/+11 | |
2016-02-22 | [emacs] a few updates to org configuration | Franck Cuny | 1 | -2/+9 | |
2016-02-22 | [emacs] load org-mode configuration | Franck Cuny | 1 | -0/+1 | |
2016-02-19 | [emacs] Fix broken code ... | Franck Cuny | 1 | -3/+3 | |
2016-02-19 | [emacs] More code related to pants | Franck Cuny | 2 | -10/+46 | |
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). | |||||
2016-02-19 | [emacs] Add a function to jump to a BUILD file. | Franck Cuny | 2 | -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. | |||||
2016-02-17 | [emacs] Fix regexp to set python-mode for aurora | Franck Cuny | 1 | -1/+1 | |
Stupid regex are stupids. | |||||
2016-02-17 | [emacs] Add the notebook to the agenda for org. | Franck Cuny | 1 | -1/+2 | |
2016-02-17 | [emacs] Remove the documentation from README. | Franck Cuny | 4 | -73/+92 | |
Add a 'doc' directory with the documentation for emacs, bash and git. | |||||
2016-02-17 | [emacs] Rename a few functions and update bindings | Franck Cuny | 2 | -12/+14 | |
2016-02-17 | [emacs] Enable flyspell for org-mode. | Franck Cuny | 1 | -2/+2 | |
2016-02-17 | [emacs] More settings for org-mode. | Franck Cuny | 1 | -5/+22 | |
Add configuration for templates; set the list of files for the agenda; add a binding to capture notes; etc. | |||||
2016-02-15 | Fix a typo in the README. | Franck Cuny | 1 | -1/+1 | |
2016-02-15 | <