Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] don't use tips for flycheck errors | Franck Cuny | 2019-06-12 | 1 | -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 Cuny | 2019-02-17 | 1 | -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 configuration | Franck Cuny | 2019-02-16 | 1 | -49/+13 |
| | | | | | I do not need custom style for reporting errors. Also move settings to `:custom`. | ||||
* | [emacs] Split configuration in multiple files. | Franck Cuny | 2019-02-16 | 1 | -0/+67 |
This is actually an easier thing to maintain. |