Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting jinx-languages via .dir-locals no longer works #161

Closed
benthamite opened this issue Apr 9, 2024 · 1 comment
Closed

setting jinx-languages via .dir-locals no longer works #161

benthamite opened this issue Apr 9, 2024 · 1 comment

Comments

@benthamite
Copy link
Sponsor

benthamite commented Apr 9, 2024

I used to be able to set the value of jinx-languages in a .dir-locals.el file, like this:

;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((markdown-mode . ((jinx-languages . "es"))))

After updating the package to version 1.5, it no longer works. If I inspect the value of jinx-languages in a Markdown file in the same directory as .dir-locals, I see that it is indeed "es", but jinx-correct still uses the default language ("en").

@minad
Copy link
Owner

minad commented Apr 9, 2024

Thanks for the report. For now I've reverted df2b7b5.

@minad minad closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants