Results 40 comments of 45mg

> Can others confirm this is the case? If so, I can close this as resolved. I can still reproduce on vanilla Doom (only enabled :completion vertico and set org-directory...

> Could you see if [one of these snippest](https://github.com/doomemacs/doomemacs/issues/5411#issuecomment-2201994306) fix the issue for you? Nope, they don't. Not surprising, since both of those concern org-capture, and this issue has nothing...

> Could this be related to [emacs-evil/evil-collection#637](https://github.com/emacs-evil/evil-collection/issues/637)? [This comment](https://github.com/emacs-evil/evil-collection/issues/637#issuecomment-2142920018) to that ticket describes how the upstream magit module is loaded twice. I stopped using Evil and I don't see this...

Same issue. - pdf-tools a1048bceb2bd3f (Doom Emacs) - Msys2 2024-05-07 (latest) - Emacs 29.1 - Windows 11

> ``` > ./autogen.sh > CFLAGS='-g -O2 -D_GNU_SOURCE' ./configure > make > ``` Hi, sorry for the delay. I can confirm that the compilation succeeds with the above instructions.

> > despite `xkb-base` set to the later one. > > maybe it's not what i think is the issue, but it seems like one. i may be wrong, idk....

I don't really have time to work on this rn, but here's something to get started with - ```elisp (defvar meow-line-thing 'line "TODO docstring") (defun my/meow-line (n) "TODO docstring" (interactive...

I thought I should give a specific example of how this is useful, so here goes: I installed Distrobox for the first time, on Guix. When I tried to run...

Force-push to define functions `meow--insert` and `meow--delete-region`, which should be less annoying than having to `(funcall meow--X-function)` every time.

Force-push because the previous one confused `funcall` and `apply`. Oops.