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
I might need to be editing a TON of YAML... how do I add a YAML mode?
Thanks!
The text was updated successfully, but these errors were encountered:
You need to do two things:
Add yaml-mode to the list of packages here
yaml-mode
Add a hook such that yaml-mode is started when you open a *.yaml file
*.yaml
(add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
Sorry, something went wrong.
As of now, there isn't a dedicated place for hooks, but as a part of an upcoming massive update, I'm planning to introduce one.
myTerminal
No branches or pull requests
I might need to be editing a TON of YAML... how do I add a YAML mode?
Thanks!
The text was updated successfully, but these errors were encountered: