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
yaml-mode' from
The title speaks for itself. What is the reason that you decided to inherit from fundamental-mode? Some people (including me) have things like
fundamental-mode
(add-hook 'text-mode-hook 'fci-mode) (add-hook 'prog-mode-hook 'fci-mode)
which make life easier, and that's exactly one of those features what proper mode inheritance was intended for.
Thank you.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Derive from text-mode
97d507f
Closes #17, #18, #27
Why from text-mode?
text-mode
For the same reason rst-mode, xml-mode and tex-mode do. It's not a programming language.
rst-mode
xml-mode
tex-mode
No branches or pull requests
The title speaks for itself. What is the reason that you decided to inherit from
fundamental-mode
? Some people (including me) have things likewhich make life easier, and that's exactly one of those features what proper mode inheritance was intended for.
Thank you.
The text was updated successfully, but these errors were encountered: