-
Currently the following logic is implemented in `xah-fly-keys` mode
```
;; Construction:
(add-hook 'minibuffer-setup-hook 'xah-fly-insert-mode-activate)
(add-hook 'minibuffer-exit-hook 'xah-fly-…
-
When running kele-mode, I'm prompted for something in the minibuffer, but the prompt is just a dump of a truncated sexp. It seems to be the same problem mentioned [in this reddit comment](https://www.…
-
This seems to work, but binding some of these variables may not actually be necessary:
```diff
diff --git a/ement-room.el b/ement-room.el
index 0bd1b95..fd74e96 100644
--- a/ement-room.el
+++ b/e…
-
### Thank you for the bug report
- [X] I am using the latest version of `dirvish` related packages.
- [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources).
- [ ] Yo…
ajgrf updated
1 month ago
-
It seems that, in the posframe, when I mark a region in the minibuffer, the face isn't show correctly.
`(vertico-posframe-mode -1)`, the region is highlighted correctly:
`(vertico-posframe-m…
-
Currently ` *Mini` buffers visibility policy is unclear. It's sometimes visible in the buffers bar, but I guess they should be always hidden? If so, we would need a dedicated buffer group for them (su…
-
`M-x gptel-send` when mark is active in a code buffer should adhere to the Emacs DWIM principle, meaning it should output the response into another buffer instead of the current behavior that outputs …
-
I think it will be helpful if company-elisp backend will be enabled also for `inferior-emacs-lisp-mode`.
Also, here is a quick scratch of how company-mode could work for minibuffer completions(handy …
-
If I bookmark a PDF with bookmark+, I am getting this error when I try to open it:
`pdf-info--normalize-file-or-buffer: Buffer is not associated with any file *Bookmark List*`
And the file does…
ghost updated
1 month ago
-
As mentioned in the title, using `consult-dir` from the minibuffer, requires the variable of `enable-recursive-minibuffers` set to t.
I could not find this being documented. Otherwise, it probably wo…