flycheck-tcl

Homepage: https://github.com/nwidger/flycheck-tcl

Author: Niels Widger

Updated:

Summary

A flycheck checker for Tcl using tclchecker

Commentary

Add a Tcl checker to Flycheck using ActiveState's tclchecker.

Setup

Add the following to your init file:

   (with-eval-after-load 'flycheck
     (flycheck-tcl-setup))

Dependencies