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

fix: restore SPC j j to use evil-avy-goto-char-timer #16065

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

pd9333
Copy link
Contributor

@pd9333 pd9333 commented Jul 7, 2023

Commit 4ec0b8b accidentally changed "SPC j j" to call evil-avy-goto-char. This commit reverts it back to call evil-avy-goto-char-timer, which was introduced by commit 4c231ae

Commit 4ec0b8b accidentally changed "SPC j j" to call evil-avy-goto-char. This commit
reverts it back to call evil-avy-goto-char-timer, which was introduced by commit
4c231ae
@smile13241324 smile13241324 merged commit be95e26 into syl20bnr:develop Jul 7, 2023
5 checks passed
@dankessler
Copy link
Contributor

dankessler commented Jul 8, 2023

It looks like there were some other unintended changes that snuck in with 4ec0b8b. Namely, it looks like the spacemacs-editing layer's package.el gets dramatically edited. This resulted in SPC j j getting remapped, but the unintended edits are far more wide-ranging than that.

I skimmed the rest of the diff, and I think that this is the only file that got accidentally clobbered.

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.

3 participants