You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I modify the file and save it, no matter where point is it always jumps back to (point-min). I used profiler-start/profiler-report to track this down to a call to yas-maybe-load-snippet-buffer which is run as a hook on save.
Is this the intended behavior? If so, is there a way to change it? I'm on Emacs 28.2 on macOS.
The text was updated successfully, but these errors were encountered:
I'm running this command:
The
foo
file looks like this:Whenever I modify the file and save it, no matter where point is it always jumps back to
(point-min)
. I usedprofiler-start
/profiler-report
to track this down to a call toyas-maybe-load-snippet-buffer
which is run as a hook on save.Is this the intended behavior? If so, is there a way to change it? I'm on Emacs 28.2 on macOS.
The text was updated successfully, but these errors were encountered: