Pin the location for the Markdown linter

This commit is contained in:
Howard Abrams 2025-03-17 14:26:11 -07:00
parent de618dfde7
commit 9bb159c087

View file

@ -1157,7 +1157,8 @@ And then we can use it. For some reason, the =pymarkdown= (which I need to use f
(use-package markdown-mode
:after flycheck
:config
(setq flycheck-markdown-pymarkdown-config ".pymarkdown.yml")
(setq flycheck-markdown-pymarkdown-config
(expand-file-name ".pymarkdown.yml" (getenv "HOME")))
(flycheck-may-enable-checker 'markdown-pymarkdown))
#+end_src