summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] move everything back to one file for now.Franck Cuny2016-07-031-13/+0
|
* [emacs] Rename a couple of functionsFranck Cuny2016-03-101-5/+3
|
* [emacs] Add a binding for ibufferFranck Cuny2016-02-221-1/+1
|
* [emacs] More code related to pantsFranck Cuny2016-02-191-1/+3
| | | | | | | | 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).
* [emacs] Add a function to jump to a BUILD file.Franck Cuny2016-02-191-0/+2
| | | | | | | | 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.
* [emacs] Rename a few functions and update bindingsFranck Cuny2016-02-171-2/+2
|
* [emacs] Binding to switch to the scratch bufferFranck Cuny2016-02-131-0/+2
|
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-121-0/+9
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).