-
Ivy user here, testing the waters. Thanks for setting this up. Had shied away from trying non-ivy packages because I've now disabled all my Sorry if I'm missing something obvious here! EDIT: OK, I figured out where to get the values of
I was unaware that looking at I still want to know whether I should be seeing a list of available actions when calling |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 2 replies
-
Hi @apc - answer to your topic question is YES! It definitely should work as you expect. The first screenshot on the README is what you should see if you have First, questions: Did you set the embark variable mentioned in the README: https://github.com/bdarcus/bibtex-actions#basic It occurs to me it's possible that section is too brief ATM. If, as I assume, yes, then two additional questions:
Once setup, it should just work. Edit: I just added these test scripts, which are explained in the README. https://github.com/bdarcus/bibtex-actions/tree/main/test You can look through them for some config ideas. |
Beta Was this translation helpful? Give feedback.
-
PS: you don't actually need to deactivate ivy in your config. You just need to turn it off, and turn on selectrum, etc. |
Beta Was this translation helpful? Give feedback.
-
Hi @bdarcus, thanks for your quick reply! This is my current setup for
I figured out that if I type This may well be the intended behavior. Coming from I'll think about your question re: the README section. In the meantime, here are a few thoughts.
|
Beta Was this translation helpful? Give feedback.
-
PS: when I call |
Beta Was this translation helpful? Give feedback.
-
You shouldn't need to call Does something like this setup, from the selectrum test scripts, work for you? https://github.com/raxod502/selectrum/blob/master/test/selectrum-orderless.el |
Beta Was this translation helpful? Give feedback.
-
Thank you! What do you think about explicitly including how to get this running using the selectrum test scripts, and then moving the more detailed examples to the wiki? |
Beta Was this translation helpful? Give feedback.
-
That would be great! |
Beta Was this translation helpful? Give feedback.
-
That helps! I ended up adding
and that gave me a much more user-friendly experience. I'd still like to be able to only see the list of |
Beta Was this translation helpful? Give feedback.
-
I strongly agree! Two things: First, I had a recent chat with embark author @oantolin about just this, and he noted it's on his todo. Would it help for one of us to add an explicit issue @oantolin? Second, in the meantime, I sort the commands in the menu, so the https://github.com/bdarcus/bibtex-actions/wiki/Configuration#which-key That's for |
Beta Was this translation helpful? Give feedback.
-
BTW, marginalia is also generally useful, beyond its connection to embark. |
Beta Was this translation helpful? Give feedback.
-
Very helpful! I should have checked the wiki first. Using And yes, I've installed |
Beta Was this translation helpful? Give feedback.
-
Right. I can't say I chose the package name for that reason though!
There's a moderate learning curve to move from monolithic solutions like ivy and helm to deliberately decomposed, but collaboratively developed, solutions like these. It probably took me two weeks to "get it". Many of the decisions here reflect now having understood it. My hope is the wiki can flourish as users start to experiment. |
Beta Was this translation helpful? Give feedback.
-
Last question: would it help others, do you think, to move this to the discussion forum? It's easy enough for me to do. |
Beta Was this translation helpful? Give feedback.
-
Yes, I think so. In general, I find it much easier to learn to use packages by first simply copying from an opinionated setup and then tweaking it to my taste rather than building from scratch. I suspect I'm not alone in this!
… On Apr 14, 2021, at 10:46 AM, bdarcus ***@***.***> wrote:
Last question: would it help others, do you think, to move this to the discussion forum?
It's easy enough for me to do.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
Hi @apc - answer to your topic question is YES!
It definitely should work as you expect. The first screenshot on the README is what you should see if you have
which-key
setup and after invokingembark-act
.First, questions:
Did you set the embark variable mentioned in the README:
https://github.com/bdarcus/bibtex-actions#basic
It occurs to me it's possible that section is too brief ATM.
If, as I assume, yes, then two additional questions:
Once setup, it should just w…