PythonNut / quark-emacs

:rocket: An incredible wonderland of code
MIT License
137 stars 6 forks source link

Buffer is very laggy when backing FS is slow #86

Closed PythonNut closed 6 years ago

PythonNut commented 6 years ago

This happens, for example, when using SSHFS mounts.

This is probably caused by some idle timer, or maybe (pre|post)-command-hook entry which is assumes the disk is fast.

PythonNut commented 6 years ago

Incredibly, this seems to be caused by mattfidler/auto-indent-mode.el.