avy
avy copied to clipboard
avy.el: Option for avy-goto-line to retain column
This adds an avy-column-line-overlay defcustom and updates avy--line-cands so that avy-goto-line commands can overlay and jump to targets in the current-column of point instead of the beginning of the target-line.
Since this option is mutually-exclusive with avy-indent-line-overlay, and since that option predates this one, avy-indent-line-overlay overrides the newer option.
(My copyright assignment is on file with the FSF.)
Thank you for this PR. I was missing this feature from https://github.com/PythonNut/evil-easymotion. I just started using this for my Emacs config. :)