summary refs log tree commit diff
path: root/emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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