summary refs log tree commit diff
path: root/emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Don't set the location for the notesFranck Cuny2016-10-291-4/+1
| | | | This has been removed.
* [emacs] Re-organize variables for the package module.Franck Cuny2016-10-291-7/+4
|
* [emacs] Add configuration to manage terminals.Franck Cuny2016-10-261-0/+36
| | | | | Manage my terminals in emacs. A few functions to quickly create new buffers and one to switch between them.
* [emacs] Copy more environment variables.Franck Cuny2016-10-141-2/+6
| | | | | For the linter in puppet to work correctly, we need to copy the environment variables for GEM and so on.
* [emacs] Add a function to open a doc. pageFranck Cuny2016-08-221-0/+4
| | | | | | Use ivy/read to list all the documentation page and open one with. Closes #24.
* [emacs] Open "bashrc" as a shell file.Franck Cuny2016-08-101-0/+1
| | | | Closes #23.
* [emacs] Add a css to preview markdown documentFranck Cuny2016-08-101-1/+1
| | | | Closes #22
* [emacs] Use "diminish"Franck Cuny2016-08-101-0/+2
| | | | Closes #20
* [emacs] Add configuration for MakefileFranck Cuny2016-08-041-0/+8
| | | | Closes #12.
* [emacs] Move back to `use-package'.Franck Cuny2016-08-041-308/+198
| | | | | | Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7.
* [emacs] Add package 'use-package'.Franck Cuny2016-08-021-0/+8
| | | | Closes #15.
* [emacs] Show trailing white spaceFranck Cuny2016-07-311-0/+3
| | | | Closes #5
* [emacs] cleanup.Franck Cuny2016-07-311-3/+1
| | | | remove commented code.
* [emacs] move around global settings.Franck Cuny2016-07-311-11/+9
| | | | Closes #10
* [emacs] add package gist for emacs.Franck Cuny2016-07-311-0/+3
| | | | | | I want to be able to create/list gists from emacs. Closes #8
* [emacs] aurora files are python code.Franck Cuny2016-07-311-0/+1
| | | | Closes #4
* [emacs] markdown configurationFranck Cuny2016-07-311-4/+3
| | | | | | | Set the default flavor of markdown to GitHub, and use `pandoc` as the default markdown command to render/preview. Closes #14
* [emacs] Set indentation width to 4 for go-mode.Franck Cuny2016-07-281-0/+1
| | | | Closes #11.
* Set the font to Droid Sans MonoFranck Cuny2016-07-271-0/+3
| | | | Closes #9
* [emacs] add midnight mode to clean up buffersFranck Cuny2016-07-251-0/+3
|
* [emacs] set the path to pants correctly.Franck Cuny2016-07-241-1/+1
|
* [emacs] simplify the UI.Franck Cuny2016-07-241-8/+2
| | | | Use default theme/colors/font.
* [emacs] Cleanup go's configurationFranck Cuny2016-07-241-9/+2
| | | | Use go-eldoc to get documentation, and remove some bindings.
* [emacs] Bindings to quickly move between buffersFranck Cuny2016-07-241-0/+2
|
* [emacs] Fix the UIFranck Cuny2016-07-161-4/+4
| | | | | Use DejaVu for the font, and slightly less yellow color for the background.
* [emacs] get back to a smaller font sizeFranck Cuny2016-07-151-1/+1
|
* [emacs] remove "use-package".Franck Cuny2016-07-141-181/+145
| | | | | Stop using the "use-package" module, and rewrite the configuration without it.
* [emacs] nicer colors for background and mode-line.Franck Cuny2016-07-131-3/+3
|
* [emacs] move everything back to one file for now.Franck Cuny2016-07-031-1/+347
|
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-121-5/+1
| | | | | | Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc).
* [emacs] melpa is over HTTPS now.Franck Cuny2015-11-151-1/+1
|
* [emacs] remove the exec-path-from-shell package.Franck Cuny2015-11-101-5/+0
| | | | Move the configuration to start the emacs server into a seperate file.
* [emacs] split config in different files.Franck Cuny2015-09-161-50/+32
| | | | | | | Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.
* [emacs] don't highlight the code.Franck Cuny2015-08-171-5/+4
|
* [emacs] fix a comment in the config.Franck Cuny2015-07-231-1/+1
|
* [emacs] add my emacs configurationFranck Cuny2015-07-171-0/+51