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

default discover.el keybinds conflict with some other keybinds in the default config #6

Closed
SidneyMillen opened this issue Mar 17, 2024 · 3 comments · Fixed by #7
Closed

Comments

@SidneyMillen
Copy link

Describe the bug
Some discover.el binds, particularly C-x r (makey-key-mode-popup-rectangles) and M-s (makey-key-mode-popup-isearch) for me, conflict with some of the consult binds like C-x r b for consult-bookmark, and all of the M-s search map bindings

To Reproduce
Steps to reproduce the behavior:
Enable global-discover-mode (already enabled in default config)

Expected behavior
Conflicting binds should be disabled or remapped so that other keybinds set in the default configuration work as expected

@noonels
Copy link
Collaborator

noonels commented Mar 18, 2024

Apparently this is a known issue with discover.el

discover.el is mostly redundant since Starmacs already uses which-key, and I think only added prompts on dired-mode, which are probably better left to googling anyhow.

@noonels
Copy link
Collaborator

noonels commented Mar 18, 2024

To remove this behavior, I will remove discover.el from the config

@noonels noonels linked a pull request Mar 18, 2024 that will close this issue
@SidneyMillen
Copy link
Author

There is a conflict with paredit and the M-s map as well. paredit-splice-sexp is bound to M-s by default which makes the map inaccessible.

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 a pull request may close this issue.

2 participants