Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-14 | [tmux] Add again tmux. | Franck Cuny | 1 | -0/+56 | |
2016-10-14 | [emacs] Use unicode for everything. | Franck Cuny | 1 | -0/+2 | |
2016-10-14 | [emacs] Change the font size and the frame's title. | Franck Cuny | 1 | -2/+6 | |
Use a bigger font for the main window, and a smaller one for the modeline. Change the title of the frame to contain the mode and the name of the file. | |||||
2016-10-14 | [emacs] Delete configuration for org-mode. | Franck Cuny | 1 | -43/+0 | |
2016-10-14 | [emacs] Copy more environment variables. | Franck Cuny | 1 | -2/+6 | |
For the linter in puppet to work correctly, we need to copy the environment variables for GEM and so on. | |||||
2016-10-14 | [bash] Remove a couple of aliases. | Franck Cuny | 2 | -15/+1 | |
I don't update my transactions for simple from the CLI, and I don't use the camera anymore. Let's try to replace `vi` with `ed` too. | |||||
2016-08-26 | Revert "[tmux] delete configuration for `tmux'." | Franck Cuny | 2 | -1/+13 | |
This reverts commit fe64da9ad511972229cb400c33ac0d1fcbe78f00. | |||||
2016-08-22 | [emacs] Fix indentation for a function. | Franck Cuny | 1 | -7/+7 | |
2016-08-22 | [emacs] Add a function to open a doc. page | Franck Cuny | 2 | -0/+15 | |
Use ivy/read to list all the documentation page and open one with. Closes #24. | |||||
2016-08-13 | [make] update email for git config | Franck Cuny | 1 | -1/+1 | |
2016-08-12 | Convert readme from org to md. | Franck Cuny | 1 | -0/+2 | |
2016-08-10 | [emacs] Open "bashrc" as a shell file. | Franck Cuny | 1 | -0/+1 | |
Closes #23. | |||||
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 | [git] don't use colors and remove a couple aliases | Franck Cuny | 1 | -3/+1 | |
2016-07-15 | [emacs] get back to a smaller font size | Franck Cuny | 1 | -1/+1 | |
2016-07-14 | [emacs] remove "use-package". | Franck Cuny | 1 | -181/+145 | |
Stop using the "use-package" module, and rewrite the configuration without it. | |||||
2016-07-13 | [emacs] nicer colors for background and mode-line. | Franck Cuny | 1 | -3/+3 | |
2016-07-03 | Delete documentation | Franck Cuny | 4 | -124/+0 | |