gmhwxi
October 27, 2015, 3:53am
1
I would like to bring some attention to this flycheck support for ATS
by Mark Laws:
;;; flycheck-ats2.el --- Flycheck: ATS2 support -*- lexical-binding: t; -*-
;; Copyright (C) 2015 Mark Laws <mdl@60hz.org>
;; Author: Mark Laws <mdl@60hz.org>
;; URL: http://github.com/drvink/flycheck-ats2
;; Keywords: convenience, tools, languages
;; Version: 1.0
;; Package-Requires: ((emacs "24.1") (flycheck "0.22"))
;; This file is not part of GNU Emacs.
;; Permission is hereby granted, free of charge, to any person obtaining a copy
;; of this software and associated documentation files (the "Software"), to deal
;; in the Software without restriction, including without limitation the rights
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
;; copies of the Software, and to permit persons to whom the Software is
;; furnished to do so, subject to the following conditions:
;;
;; The above copyright notice and this permission notice shall be included in
This file has been truncated. show original
No need to download it directly. Instead, you can use MELPA to readily
install it.
I like it quite a bit. However, I often have to turn off flycheck because I
do not want
be “bothered” all the time
Cheers!