summary refs log tree commit diff
path: root/emacs.d/core/core-flycheck.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] move everything back to one file for now.Franck Cuny2016-07-031-55/+0
|
* [emacs] Add lint for puppet to flycheck.Franck Cuny2016-06-011-0/+2
|
* [emacs] Change mode line for flycheck.Franck Cuny2016-05-241-0/+19
| | | | Display a unicode symbol to represent the status of the tests.
* [emacs] Twitter's style check report warnings tooFranck Cuny2016-03-091-1/+2
| | | | Add pattern for warnings from Twitter's check style to flycheck.
* [emacs] Split the config into 'core' and 'modes'.Franck Cuny2016-02-121-0/+33
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).