summary refs log tree commit diff
path: root/emacs.d/modes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Add support for Docker filesFranck Cuny2016-06-011-0/+7
|
* [emacs] copy environment variables for RubyFranck Cuny2016-05-251-0/+5
| | | | This is needed to get 'puppet-lint' running correctly.
* [emacs] Name of the scala package has changed.Franck Cuny2016-05-241-1/+1
|
* [emacs] Add configuration for scalaFranck Cuny2016-03-091-0/+7
| | | | Closes #17.
* [emacs] Fix regexp to set python-mode for auroraFranck Cuny2016-02-171-1/+1
| | | | Stupid regex are stupids.
* [emacs] Add a few configuration files to sh-mode.Franck Cuny2016-02-141-0/+11
|
* [emacs] Set yaml-mode for files ending in .y(a)?mlFranck Cuny2016-02-131-0/+1
|
* [emacs] Import golang variables for OS X.Franck Cuny2016-02-131-0/+5
|
* [emacs] Add support for AnsibleFranck Cuny2016-02-131-0/+7
|
* [emacs] Enable flycheck for puppet-modeFranck Cuny2016-02-131-1/+4
|
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-129-0/+74
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).