Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-01 | [emacs] Add bindings for smart-parens. | Franck Cuny | 1 | -1/+24 | |
This binding will help to navigate across expressions. | |||||
2015-12-01 | [emacs] fix docstring for flycheck | Franck Cuny | 1 | -1/+1 | |
2015-12-01 | [emacs] Import TMPDIR from the environment | Franck Cuny | 1 | -1/+2 | |
This is needed so that the daemon create the socket in the correct location, and spawning a client from the shell does not start a new emacs daemon. | |||||
2015-11-29 | Add a few aliases to bash. | Franck Cuny | 1 | -1/+20 | |
Some aliases to navigate to different repositories or directories, and a function to run `puppet` on a list of hosts. | |||||
2015-11-20 | [emacs] add smart-mode-line | Franck Cuny | 1 | -0/+8 | |
2015-11-20 | [emacs] add tooltips for flycheck. | Franck Cuny | 1 | -0/+8 | |
2015-11-20 | [git] update gitignore | Franck Cuny | 1 | -0/+4 | |
Ignore the '.dir-locals.el' files. | |||||
2015-11-19 | [emacs] enable flyspell again. | Franck Cuny | 1 | -9/+9 | |
closes #11. | |||||
2015-11-18 | [emacs] add company-mode for golang. | Franck Cuny | 1 | -5/+9 | |
2015-11-18 | [emacs] use leuve |