Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avy.el: Option for avy-goto-line to retain column #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmarshall540
Copy link

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.)

@LemonBreezes
Copy link

LemonBreezes commented Feb 1, 2023

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants