Pin the location for the Markdown linter
This commit is contained in:
parent
de618dfde7
commit
9bb159c087
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue