Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] start to rewrite the code to manage the UI | Franck Cuny | 2016-02-22 | 1 | -2/+18 |
| | |||||
* | [emacs] Explain why git is disabled in VC backend | Franck Cuny | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | [emacs] Add a binding for ibuffer | Franck Cuny | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | [emacs] code cleanup | Franck Cuny | 2016-02-22 | 2 | -23/+11 |
| | |||||
* | [emacs] a few updates to org configuration | Franck Cuny | 2016-02-22 | 1 | -2/+9 |
| | |||||
* | [emacs] load org-mode configuration | Franck Cuny | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | [emacs] Fix broken code ... | Franck Cuny | 2016-02-19 | 1 | -3/+3 |
| | |||||
* | [emacs] More code related to pants | Franck Cuny | 2016-02-19 | 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). | ||||
* | [emacs] Add a function to jump to a BUILD file. | Franck Cuny | 2016-02-19 | 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. | ||||
* | [emacs] Add the notebook to the agenda for org. | Franck Cuny | 2016-02-17 | 1 | -1/+2 |
| | |||||
* | [emacs] Rename a few functions and update bindings | Franck Cuny | 2016-02-17 | 2 | -12/+14 |
| | |||||
* | [emacs] Enable flyspell for org-mode. | Franck Cuny | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | [emacs] More settings for org-mode. | Franck Cuny | 2016-02-17 | 1 | -5/+22 |
| | | | | | Add configuration for templates; set the list of files for the agenda; add a binding to capture notes; etc. | ||||
* | [emacs] Start a configuration for org-mode. | Franck Cuny | 2016-02-15 | 1 | -0/+15 |
| | |||||
* | [emacs] some UI tweaks. | Franck Cuny | 2016-02-15 | 1 | -4/+1 |
| | |||||
* | [emacs] Binding to switch to the scratch buffer | Franck Cuny | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | [emacs] Add a few functions | Franck Cuny | 2016-02-13 | 1 | -0/+31 |
| | |||||
* | [emacs] highlight the current line. | Franck Cuny | 2016-02-13 | 1 | -0/+3 |
| | |||||
* | [emacs] set options for 'dired'. | Franck Cuny | 2016-02-13 | 1 | -0/+6 |
| | |||||
* | [emacs] change binding for projectile. | Franck Cuny | 2016-02-13 | 1 | -0/+1 |
| | | | | Use 's-p' as the prefix binding for projectile commands. | ||||
* | [emacs] Add a few more packages for git. | Franck Cuny | 2016-02-13 | 1 | -0/+6 |
| | | | | Add the `gitconfig-mode` and `gitignore-mode` packages. | ||||
* | [emacs] Load `exec-path-from-shell` only on OS X | Franck Cuny | 2016-02-13 | 1 | -5/+6 |
| | |||||
* | [emacs] Split the config into 'core' and 'modes'. | Franck Cuny | 2016-02-12 | 11 | -0/+262 |
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). |