Elliott Shugerman
Elliott Shugerman
In case any other non-doomers find this, here's what I came up with for hlissner's latest snippet but without the doom-specific macros: ```elisp (with-eval-after-load 'counsel (advice-add 'counsel-rg :around (lambda (func...
A recent package update seems to have fixed this for me 🤔
Sorry for the switcheroo @lebensterben . I just realized that it wasn't a package update that fixed it, it was switching themes: I'm only seeing this issue with `spacemacs-dark` and...
I think there might be some sort of race condition with `jit-lock` (??): I've found that increasing `jit-lock-chunk-size` from the default 1500 to 5000 fixes the problem in a 200...
This seems to be fixed, presumably by a package update. Anyone feel free to reopen if you run into this.
I'm seeing the same error when I run `dap-debug`. I noticed this in `*Messages*` after running `(dap-node-setup 1)`: ``` [/var/folders/4x/k0952rkx6ys6lyn62d_xrc240000ks/T/extiEAkFa.zip] End-of-central-directory signature not found. Either this file is not a...
Thanks for linking @texaco. @sparkcanon @yyoncho I suggest this be closed as a dupe
> there are no plans to change the entry widget itself at this point. Do you mind if I open an issue to track interest in this? I would really...
Understood. I just think it can be good to have an issue that people can +1 if they want the feature, as an "outlet" if you will. So let it...
I can't speak to the technical challenges, as I've never worked with GTK, but I think ideal UX would be: - keep Enter for send and Shift-Enter for newline -...