summaryrefslogtreecommitdiffstats
path: root/lisp/init-flymake.el
Commit message (Collapse)AuthorAgeFilesLines
* flymake: Bind keys for error navigationMartin Polden2021-09-081-2/+5
|
* all: Use lexical bindingMartin Polden2021-03-211-1/+1
|
* all: Fix documentationMartin Polden2021-03-161-0/+6
|
* all: Let :ensure default to offMartin Polden2020-07-251-3/+0
| | | | Makes it easier to identify which packages are not bundled with Emacs.
* Use correct packageMartin Polden2019-12-201-1/+1
|
* Replace flycheck with flymakeMartin Polden2019-12-191-0/+9
* The improved flymake version in Emacs 26 seems good enough * Allows removal of lsp-ui dependency which was only used for flycheck integration