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

This and that... enhancements, typos, style cleanup... #5

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

zenspider
Copy link

@zenspider zenspider commented Dec 23, 2019

Probably better to review per commit since this is here and there.

Colored red in elisp-mode usually means that you've got trailing args
that LOOK like they're part of the current line but are actually at an
entirely different level. Just adding newlines clears up the confusion.
This does the following:

* Switch prefix var to a key-sequence and declare a setter that
  updates the keymap.
* Split into 2 keymaps:
  * One just for the prefix.
  * One for all the sub-commands.
* Declare a prefix command to invoke the sub-keymap.
* Add seeing-is-believing-set-prefix-key to do the update.
I believe they're all disabled by default.

Mostly this is just to switch to keyword-style.
Not sure this one is actually useful... But I wanted the option of
experimenting w/o making new commands.
@zenspider zenspider changed the title Fix some style issues. This and that... enhancements, typos, style cleanup... Dec 23, 2019
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.

None yet

1 participant