We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This small snippet will teach Org-mode about jsonian:
(add-to-list 'org-src-lang-modes '("json" . jsonian))
For anyone using Doom, this configuration is working well for me:
(use-package! jsonian :mode ("\\.json\\'" . jsonian-mode) :config ;; I haven't tested flycheck or so-long-mode support. 🙈 (add-hook 'flycheck-mode-hook #'jsonian-enable-flycheck) (add-hook 'so-long-mode-hook #'jsonian-no-so-long-mode)) (after! org (add-to-list 'org-src-lang-modes '("json" . jsonian)))
I'm not sure this belongs in jsonian, but could be worth mentioning in the docs?
The text was updated successfully, but these errors were encountered:
I didn't know that this was possible. It's definitely worth adding the the ## Integration with 3rd Parties section of the README.md!
## Integration with 3rd Parties
Sorry, something went wrong.
No branches or pull requests
This small snippet will teach Org-mode about jsonian:
For anyone using Doom, this configuration is working well for me:
I'm not sure this belongs in jsonian, but could be worth mentioning in the docs?
The text was updated successfully, but these errors were encountered: