Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-01-29 | [emacs] BUILD files are python files. | Franck Cuny | 1 | -1/+1 | |
2016-01-29 | [git] cleanup a little bit gitconfig. | Franck Cuny | 1 | -12/+5 | |
2016-01-29 | [emacs] always split the frame vertically for helm | Franck Cuny | 1 | -0/+6 | |
Instead of having either vertical or horizontal split, always force the split to be vertical. | |||||
2016-01-29 | [emacs] stop using `smart-mode-line` module. | Franck Cuny | 1 | -14/+0 | |
2016-01-29 | [emacs] add `helm-ag` | Franck Cuny | 1 | -0/+3 | |
Neat module! | |||||
2016-01-29 | [emacs] stop using `diminish`. | Franck Cuny | 3 | -9/+0 | |
2016-01-28 | [tmux] try a new binding to split windows. | Franck Cuny | 1 | -3/+5 | |
Use binding similar to Emacs to split the windows (using 2 and 3). | |||||
2016-01-26 | [bash] cleanup basic configuration. | Franck Cuny | 1 | -37/+12 | |
Remove a few things and move other stuff around. | |||||
2016-01-22 | [makefile] clean it up by removing vim and bin | Franck Cuny | 1 | -4/+1 | |
2016-01-19 | [emacs] slightly smaller font. | Franck Cuny | 1 | -1/+1 | |
2016-01-19 | [emacs] Fix a couple of bindings for helm. | Franck Cuny | 1 | -0/+2 | |
2016-01-17 | Remove configuration for `vim` and all the scripts | Franck Cuny | 13 | -1496/+0 | |
No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests). | |||||
2016-01-13 | [emacs] some small changes to the UI. | Franck Cuny | 1 | -13/+10 | |
Bigger font, and a few changes to the mode line (drop the time/date; remove the function name, etc.). | |||||
2016-01-12 | [emacs] remove a few config files. | Franck Cuny | 2 | -11/+0 | |
Remove configuration for racket and scala. I don't have time to make them work correctly for now. I'll get back to them later if I need. | |||||
2016-01-07 | [bash] the shell waits for emacsclient | Franck Cuny | 1 | -1/+1 | |
We need to wait otherwise we have some issues with `git commit` (will figure it out later). | |||||
2016-01-06 | [bash] Set TERM to "xterm-256color" for Emacs. | Franck Cuny | 1 | -1/+1 | |
Because ... | |||||
2016-01-06 | [bash] Update alias for `emacsclient`. | Franck Cuny | 1 | -1/+3 | |
Change the default alias for EDITOR to not wait for Emacs (a new frame is created with the file, and the shell is not waiting for the edit to be done). Rename the alias `em` to `et` (for "emacs terminal") to do a quick edit. | |||||
2016-01-05 | [bash] Change alias for EDITOR. | Franck Cuny | 1 | -1/+1 | |