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

Struggling to disable auto-quoting inside vue templates #95

Open
byxor opened this issue Jun 29, 2019 · 1 comment
Open

Struggling to disable auto-quoting inside vue templates #95

byxor opened this issue Jun 29, 2019 · 1 comment

Comments

@byxor
Copy link

byxor commented Jun 29, 2019

Hi. I love your plugin, but I'm struggling with one of its features. (I'm not an emacs expert, so the solution isn't very obvious to me).

Problem

When writing HTML templates, I often need to add quotes for HTML attributes. When I press the " key, " is inserted into the code. This feature is very frustrating and I'd like to disable it so that " is inserted instead.

Attempted fix

I thought this might somehow be related to web-mode, so I tried disabling auto-quoting.

(setq web-mode-enable-auto-quoting nil)

This didn't work.

Temporary workaround

I've been using C-q " to insert raw quotes.

Conclusion

How do I disable this "auto quoting" feature in vue-mode?

@AdamNiederer
Copy link
Owner

That's really strange - I haven't ever experienced that on vanilla emacs. Could you provide an emacs version, flavor (spacemacs, GNU, XEmacs if that's still a thing), and list of packages which you have installed? M-x report-emacs-bug should give you most of the necessary information - just copy whatever you're comfortable sharing it into this issue.

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