summary refs log tree commit diff
path: root/emacs.d/inits/90_thrift.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-19[emacs] slightly smaller font.Franck Cuny1-1/+1
2016-01-19[emacs] Fix a couple of bindings for helm.Franck Cuny1-0/+2
2016-01-17Remove configuration for `vim` and all the scriptsFranck Cuny13-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 Cuny1-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 Cuny2-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 emacsclientFranck Cuny1-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 Cuny1-1/+1
Because ...
2016-01-06[bash] Update alias for `emacsclient`.Franck Cuny1-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]