summary refs log tree commit diff
path: root/gitconfig (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-10[emacs] Use "diminish"Franck Cuny1-0/+2
Closes #20
2016-08-10[bash] avoid using viFranck Cuny1-0/+2
2016-08-10[bash] function to preview markdownFranck Cuny1-0/+7
New bash function to render a preview of a markdown file. Closes #8.
2016-08-04[emacs] Add configuration for MakefileFranck Cuny1-0/+8
Closes #12.
2016-08-04[emacs] fix the configuration for org-modeFranck Cuny1-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 Cuny1-1/+1
2016-08-04[emacs] Move back to `use-package'.Franck Cuny4-308/+332
Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7.
2016-08-04Convert README from markdown to org-mode.Franck Cuny1-0/+0
2016-08-02[emacs] Add package 'use-package'.Franck Cuny1-0/+8
Closes #15.
2016-07-31[emacs] Show trailing white spaceFranck Cuny1-0/+3
Closes #5
2016-07-31[emacs] cleanup.Franck Cuny1-3/+1
remove commented code.
2016-07-31[emacs] move around global settings.Franck Cuny1-11/+9
Closes #10
2016-07-31[emacs] add package gist for emacs.Franck Cuny1-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 Cuny1-0/+1
Closes #4
2016-07-31[tmux] delete configuration for `tmux'.Franck Cuny2-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 configurationFranck Cuny1-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 Cuny1-0/+1
Closes #11.
2016-07-27Set the font to Droid Sans MonoFranck Cuny1-0/+3
Closes #9
2016-07-25[emacs] add midnight mode to clean up buffersFranck Cuny1-0/+3
2016-07-24[emacs] set the path to pants correctly.Franck Cuny1-1/+1
2016-07-24[emacs] simplify the UI.Franck Cuny1-8/+2
Use default theme/colors/font.
2016-07-24[emacs] Cleanup go's configurationFranck Cuny1-9/+2
Use go-eldoc to get documentation, and remove some bindings.
2016-07-24[emacs] Bindings to quickly move between buffersFranck Cuny1-0/+2
2016-07-16[emacs] Fix the UIFranck Cuny1-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 SDKFranck Cuny1-6/+3
2016-07-15[bash] don't build the PATH blindlyFranck Cuny1-9/+18
Check if directories / files exist before adding them to the path or sourcing them.
2016-07-15[git] don't use colors and remove a couple aliasesFranck Cuny1-3/+1
2016-07-15