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
Emacs freezes at a certain spot in my init.el file while using CTRLF on my laptop. I realized this was caused by the smaller laptop display when I couldn’t reproduce the issue on my desktop, whose screen has more room to work with. The real cause of the freeze turns out to be adaptive-wrap.el. It shoves the indentation rightwards and causes CTRLF to get choked at a particularly indented part of my init file:
You can see how the indentation caused by adaptive-wrap.el nearly reaches the right edge of the window. CTRLF is not the only package that hangs if it finds a match in the region; I’ve also seen consult-line freeze emacs at this same part of my init file.
I understand if this problem is solely with adaptive-wrap but thought I’d raise the issue in case there is an easy fix on your end. Thank you so much!
The text was updated successfully, but these errors were encountered:
Emacs freezes at a certain spot in my init.el file while using CTRLF on my laptop. I realized this was caused by the smaller laptop display when I couldn’t reproduce the issue on my desktop, whose screen has more room to work with. The real cause of the freeze turns out to be adaptive-wrap.el. It shoves the indentation rightwards and causes CTRLF to get choked at a particularly indented part of my init file:
You can see how the indentation caused by
adaptive-wrap.el
nearly reaches the right edge of the window. CTRLF is not the only package that hangs if it finds a match in the region; I’ve also seenconsult-line
freeze emacs at this same part of my init file.I understand if this problem is solely with
adaptive-wrap
but thought I’d raise the issue in case there is an easy fix on your end. Thank you so much!The text was updated successfully, but these errors were encountered: