Daniel Mendler
Daniel Mendler
> EDIT: Buuut (not (eq (aref (buffer-name) 0) ?\s)) should prevent this... I'm confused now. https://github.com/doomemacs/doomemacs/commit/84230a437dfca913ba94c39f7a61c41d24a7cfbd still seems to fix it though? I'll take a better look at this when...
I cannot reproduce the problem with the following code: ~~~ elisp (add-hook 'minibuffer-setup-hook (defun +corfu-add-cape-dabbrev-h () (add-hook 'completion-at-point-functions #'cape-dabbrev 20 t))) (setq global-corfu-minibuffer (lambda () (not (or (bound-and-true-p mct--active) (bound-and-true-p...
See also: * https://github.com/minad/marginalia/commit/eb46a165758aa53727a2dbf2ad04cb0750385b49 * https://github.com/minad/vertico/commit/c82f09f9dc1d90aa22728792836551aa4827fb60
@oantolin What do you think about this change? It is a relatively unobtrusive addition, and purely optional. I started using the context menu a bit. I like it for discoverability,...
Maybe you have some improvement ideas too - about how the target is presented. Right now the menu entries are fixed, but the target can be seen as tooltip. But...
Friendly ping @oantolin :)
> Should there be a global binding to Casual? Not necessarily. My proposal is to only add some kind of dispatching command which makes the whole suite a little easier...
Yes, like this - a simple Casual DWIM comand. I'd prefer an alist for config, but this is really just an implementation detail. As a special case, Isearch could also...
No, the implementation you've given in https://github.com/kickingvegas/casual/issues/26 wouldn't violate lazy loading. I only proposed this, given the possibility of lazy loading. I am generally averse to patterns which do not...
We could add an option `--cgi` to `slimrb` if that would help?