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