summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-flycheck.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: flycheck stuffFranck Cuny2020-05-101-7/+9
|
* [emacs] don't use tips for flycheck errorsFranck Cuny2019-06-121-6/+0
| | | | | They are not easy to read, and it's easier to go to the message buffer when debugging something.
* [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.