summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-flycheck.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-22flycheck: replaced by flymakeFranck Cuny1-14/+0
2022-02-03twitter: remove more unused codeFranck Cuny1-15/+2
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2020-05-10emacs: flycheck stuffFranck Cuny1-7/+9
2019-06-12[emacs] don't use tips for flycheck errorsFranck Cuny1-6/+0
They are not easy to read, and it's easier to go to the message buffer when debugging something.
2019-02-17[Emacs] Rename `common.el` to `defuns.el`.Franck Cuny1-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.
2019-02-16[emacs] Simplify flycheck configurationFranck Cuny1-49/+13
I do not need custom style for reporting errors. Also move settings to `:custom`.
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+67
This is actually an easier thing to maintain.