Require org-lint in the flycheck form for org-mode

This commit is contained in:
TEC 2024-03-09 00:13:29 +08:00
parent eb7e0a464d
commit c886896a49
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 0 deletions

View File

@ -9359,6 +9359,7 @@ regurgitate the code, cross our fingers, and hope it works.
(defconst flycheck-org-lint-form
(flycheck-prepare-emacs-lisp-form
(require 'org)
(require 'org-lint)
(require 'org-attach)
(let ((source (car command-line-args-left))
(process-default-directory default-directory))