DeesonGao
DeesonGao
> I solved this problem by adding `("^ \\*vundo tree\\*" . nil)` to `evil-buffer-regexps`, so evil will completely ignore vundo's buffer. This hack avoids the problem, but also misses the...
This seems like an old topic, I hope I'm not bothering you guys. I have try `(while-no-input (redisplay) ...)`, but it make my cursor blinking during holding `C-n` or `C-p`....
I have the same problem. I guess, this is because the functions autoloaded by `geiser-chez` depend on the functions autoloaded by `geiser`. But the autoloads files were collected in the...
I met the same issue and this workaround works for me: ``` (add-hook! 'doom-load-theme-hook (defun +vc-gutter-make-diff-hl-faces-transparent-h () (mapc (doom-rpartial #'set-face-background (face-background 'default)) '(diff-hl-insert diff-hl-delete diff-hl-change)))) ``` 1. `(face-background 'default)` force...