Adam Bull
Results
2
comments of
Adam Bull
This was fixed for me by upgrading to python3.9.
Not sure if there are any updates on this, but as a workaround, I've added the following to my `.emacs`: (defun vr--use-whole-buffer () (unless (region-active-p) (setq vr--target-buffer-start (point-min)))) (advice-add 'vr--set-target-buffer-start-end...