Basil L. Contovounesios
Basil L. Contovounesios
> The new package would then have `tabbar` and `ivy` as dependencies. There's no dependency on `tabbar` AFAICT - just native Emacs 27 tab bar functions. The only problem is...
> If you can point me to the best way to solve this, I can try it. In `counsel--imenu-candidates`, the call to `python-imenu-create-flat-index` is guarded by `(eq major-mode 'python-mode)`. But...
> I will do that. Thanks. > If you have time though, I would be glad to know why we need to special-case `python-mode`? Shouldn't counsel-imenu respect the value of...
For posterity, this was already asked on the Emacs SE: https://emacs.stackexchange.com/q/65106/15748
> I'm not found answer in this link. Sure, but since the question is duplicated in two places, I'm linking one place to the other for posterity.
> When I press "j" then file open in other frame. FWIW, I can't reproduce this. Here's what I tried: 1. `make plain` 2. `F11` 3. ```el (let* (dir (clean...
> ivy doesn't seem to handle completing-read-multiple (or at least not the same as it does completing-read) I guess that's because `completing-read-multiple` can't be customised as easily as, say, `completing-read`...
> The problem with `counsel-find-file` is that it can only be used by remapping `find-file` to it. No, it can be used just like any other command, via custom key...