Fork me on GitHub
#spacemacs
<
2019-05-17
>
Bravi16:05:00

hi everyone. I've been using spacemacs at home and doom emacs at work. In doom emacs there is this module: https://github.com/hlissner/doom-emacs/tree/develop/modules/completion/ivy which offers Task lookup feature. And it basically shows a list of lines in project that have either TODO: or FIXME: prefix. So I'm trying to copy this module over to spacemacs. As I understand, I need to create a custom layer for this to work, is this correct?

theeternalpulse18:05:26

When I use the leader key, the which key display eventually blanks out and only shows the current sequence chars. Here's a gif of what's happening

theeternalpulse18:05:51

interestingly I just saw that I'm setting the which-key-popup type and setting it back to side-window works. Problem is Zoom makes it too large, which is why I set it as minibuffer