summary refs log tree commit diff
path: root/emacs.d/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-14[emacs] Use unicode for everything.Franck Cuny1-0/+2
2016-10-14[emacs] Change the font size and the frame's title.Franck Cuny1-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 Cuny1-43/+0
2016-10-14[emacs] Copy more environment variables.Franck Cuny1-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 Cuny2-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-26Revert "[tmux] delete configuration for `tmux'."Franck Cuny2-1/+13
This reverts commit fe64da9ad511972229cb400c33ac0d1fcbe78f00.
2016-08-22[emacs] Fix indentation for a function.Franck Cuny1-7/+7
2016-08-22[emacs] Add a function to open a doc. pageFranck Cuny2-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 configFranck Cuny1-1/+1
2016-08-12Convert readme from org to md.Franck Cuny1-0/+2
2016-08-10[emacs] Open "bashrc" as a shell file.Franck Cuny1-0/+1
Closes #23.
2016-08-10[emacs] Add a css to preview markdown documentFranck Cuny1-1/+1
Closes #22
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