I think it could be related to after-find-file, defined in lisp/files.el.
In the version in the master
branch
there’s a call to sit-for. Unfortunately it seems to be hard-coded with a 1
second interval, so you’ll probably have to redefine this function.
I think it could be related to
after-find-file
, defined inlisp/files.el
.In the version in the master branch there’s a call to
sit-for
. Unfortunately it seems to be hard-coded with a 1 second interval, so you’ll probably have to redefine this function.