Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-10 | [emacs] Add a css to preview markdown document | Franck Cuny | 1 | -1/+1 | |
Closes #22 | |||||
2016-08-10 | [emacs] Use "diminish" | Franck Cuny | 1 | -0/+2 | |
Closes #20 | |||||
2016-08-10 | [bash] avoid using vi | Franck Cuny | 1 | -0/+2 | |
2016-08-10 | [bash] function to preview markdown | Franck Cuny | 1 | -0/+7 | |
New bash function to render a preview of a markdown file. Closes #8. | |||||
2016-08-04 | [emacs] Add configuration for Makefile | Franck Cuny | 1 | -0/+8 | |
Closes #12. | |||||
2016-08-04 | [emacs] fix the configuration for org-mode | Franck Cuny | 1 | -6/+6 | |
The name of the module for `use-package' was incorrect, therefore the hooks were not loaded when a org file was opened. | |||||
2016-08-04 | [git] re-enable colors for diff and so on. | Franck Cuny | 1 | -1/+1 | |
2016-08-04 | [emacs] Move back to `use-package'. | Franck Cuny | 4 | -308/+332 | |
Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7. | |||||
2016-08-04 | Convert README from markdown to org-mode. | Franck Cuny | 1 | -0/+0 | |
2016-08-02 | [emacs] Add package 'use-package'. | Franck Cuny | 1 | -0/+8 | |
Closes #15. | |||||
2016-07-31 | [emacs] Show trailing white space | Franck Cuny | 1 | -0/+3 | |
Closes #5 | |||||
2016-07-31 | [emacs] cleanup. | Franck Cuny | 1 | -3/+1 | |
remove commented code. | |||||
2016-07-31 | [emacs] move around global settings. | Franck Cuny | 1 | -11/+9 | |
Closes #10 | |||||
2016-07-31 | [emacs] add package gist for emacs. | Franck Cuny | 1 | -0/+3 | |
I want to be able to create/list gists from emacs. Closes #8 | |||||
2016-07-31 | [emacs] aurora files are python code. | Franck Cuny | 1 | -0/+1 | |
Closes #4 | |||||
2016-07-31 | [tmux] delete configuration for `tmux'. | Franck Cuny | 2 | -13/+1 | |
I have not used tmux in a while, and I don't see myself using it in a near future, this can be removed. Closes #13 | |||||
2016-07-31 | [emacs] markdown configuration | Franck Cuny | 1 | -4/+3 | |
Set the default flavor of markdown to GitHub, and use `pandoc` as the default markdown command to render/preview. Closes #14 | |||||
2016-07-28 | [emacs] Set indentation width to 4 for go-mode. | Franck Cuny | 1 | -0/+1 | |
Closes #11. | |||||
2016-07-27 | Set the font to Droid Sans Mono | Franck Cuny | 1 | -0/+3 | |
Closes #9 | |||||
2016-07-25 | [emacs] add midnight mode to clean up buffers | Franck Cuny | 1 | -0/+3 | |
2016-07-24 | [emacs] set the path to pants correctly. | Franck Cuny | 1 | -1/+1 | |
2016-07-24 | [emacs] simplify the UI. | Franck Cuny | 1 | -8/+2 | |
Use default theme/colors/font. | |||||
2016-07-24 | [emacs] Cleanup go's configuration | Franck Cuny | 1 | -9/+2 | |
Use go-eldoc to get documentation, and remove some bindings. | |||||
2016-07-24 | [emacs] Bindings to quickly move between buffers | Franck Cuny | 1 | -0/+2 | |
2016-07-16 | [emacs] Fix the UI | Franck Cuny | 1 | -4/+4 | |
Use DejaVu for the font, and slightly less yellow color for the background. | |||||
2016-07-16 | [bash] drop alias for docker, and move gcloud SDK | Franck Cuny | 1 | -6/+3 | |
2016-07-15 | [bash] don't build the PATH blindly | Franck Cuny | 1 | -9/+18 | |
Check if directories / files exist before adding them to the path or sourcing them. | |||||
2016-07-15 |