|
|
|
|
|
|
|
|
(add-hook 'after-init-hook #'global-flycheck-mode) |
|
|
(add-hook 'after-init-hook #'global-flycheck-mode) |
|
|
(add-hook 'c++-mode-hook (lambda () (setq flycheck-gcc-language-standard "c++11"))) |
|
|
(add-hook 'c++-mode-hook (lambda () (setq flycheck-gcc-language-standard "c++11"))) |
|
|
|
|
|
|
|
|
|
|
|
;; https://github.com/flycheck/flycheck/issues/567#issuecomment-69951909 |
|
|
|
|
|
(require 'flycheck) |
|
|
|
|
|
|
|
|
;; textlint |
|
|
;; textlint |
|
|
;; https://www.macs.hw.ac.uk/~rs46/posts/2018-12-29-textlint-flycheck.html |
|
|
;; https://www.macs.hw.ac.uk/~rs46/posts/2018-12-29-textlint-flycheck.html |
|
|
(flycheck-define-checker textlint |
|
|
(flycheck-define-checker textlint |