-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add :meow-state keyword for use-package declarations #350
base: master
Are you sure you want to change the base?
Conversation
Thanks for the contribution. |
Oh, that makes sense. I'll move the things there. |
@DogLooksGood I've moved the code and removed the other files. I didn't put the loading of this specific code into the Does that work? |
Yeah, it looks good to me. |
I don't know how to fix those. The alias cannot have the EDIT: Doesn't seem like it's possible currently. Not sure how to move forward with this then. 😕 |
Let me do some research here :) |
is there any progress on this, this seems like a good addition who use use-package |
I simply has no idea about how to get rid of those messages. Probably there's a way to let the linter to ignore it? |
Add simple keyword
:meow-state
added to use-package declarations. Used to help populatemeow-mode-state-list
, as follows:The above would make the
sly-inspector
andsly-db
modes start in Meow'smotion
state.Since I know that it's important to the
meow
project to not have any external dependencies, themeow-use-package
module will only be loaded ifuse-package
is installed. I also added a mention inCUSTOMIZATIONS.org
, so that it's mentioned somewhere in the documentation. I hope it was the right place to put things.