Yuan Fu
Yuan Fu
With evil-surround I can use `ds/cs`. I found myself missing this convince in embrace. Currently I use general to bind `ds` to embrace-delete and `cs` to embrace-change. It would be...
I just saw your new branch, and it’s pretty cool! I’d happy to merge my project to yours if we can agree on the code. I haven’t investigate every line...
What I want to achieve: - when `evil-mode` is disabled: S-SPC is prefix key - when `evil-mode` is enabled: SPC is prefix key for `normal` and `visual` state, S-SPC is...
Xapian is a nice indexing and search engine. I added optional Xapian backend support to deft so it can be faster when searching large bodies of notes. It can automatically...
`C-c C-c` to compile, `C-c C-u` to upload. This relies on the new arduino command line cil: https://github.com/arduino/arduino-cli Put the executable they provide and change `arduino-exe` to it (default to...
I see you have these color types defined: ```emacs-lisp (highlight-line "dim grey") (highlight-primary "skyblue") (highlight-secondary "chartreuse") (selection-primary "dim grey") (selection-secondary "grey") ``` I use your doom-themes to theme my themes,...
If the window you want to jump to does not exist, split screen to the direction you want. More info in #14
Currently if you want to jump to window2 with `(winum-select-window-by-number )` and and there is no window 2, there will be a error warning you there is no window 2...
I noticed that many threads hang around for a very long time and eventually there are too many of them that the server can't accept new requests. All of them...
From #11