summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-flycheck.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Emacs] Rename `common.el` to `defuns.el`.Franck Cuny2019-02-171-1/+1
| | | | | | | The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.
* [emacs] Simplify flycheck configurationFranck Cuny2019-02-161-49/+13
| | | | | I do not need custom style for reporting errors. Also move settings to `:custom`.
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-161-0/+67
This is actually an easier thing to maintain.