-
Notifications
You must be signed in to change notification settings - Fork 14
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
value of autofill changes when enabling this mode #31
Comments
That's odd. latex-extra doesn't contain a single reference to the
`auto-fill-mode` variable. The only thing it does is change the function
used for filling (but it doesn't actually turn on the mode).
This could be some side-effect of your custom settings.
|
I had the same issue. @ppareit solution fixed it for me too. |
The following worked for me (on v1.3, and I presume anything higher) (setq latex/cleanup-do-fill nil) Simply adding |
I think the problem is that
The last two lines modify |
I was experiencing the same issues (I don't use auto-fill and prefer virtual-auto-fill). The solution by @ppareit in #31 (comment) fixed it (the one by @iffsid in #31 (comment) did not). I am using latex-extra-20240909.2043 (and Emacs 30). |
I've never used auto-fill (I prefer visual-line-mode), yet enabling this mode enabled auto-fill-mode for my latex buffer. This is unexpected.
The following emacs configuration fixed the issue for me:
The text was updated successfully, but these errors were encountered: