Andrey Listopadov
Andrey Listopadov
> Another consideration, where to put the cache directory or file? Some projects use `.cache` directory under `emacs-user-directory`. I think clj-kondo directory is okay too, unless this cache will not...
I've mainly thought about using fennel directly from expansions, so I guess `fennel` command would be nice. Although I don't know if it will be possible to cache compiled Lua...
theoretically, fennel compiler should be pure, so when we compile fennel code we should always receive the same result. So as a quick way we could compute fast hash sum...
I've tried some simple things (don't have a lot of time currently) and it seems to work. Hopefully, I'll be able to come back to this in a week or...
I forgot to mention that I live on Venus, and our week is about 1701 Earth days.. Sorry, since I've recently decided to fully move to Emacs, I had very...
Sure, will test this tomorrow!
It does seem that I don't have `fennel` module on my installation of Kakoune v2020.09.01, but it's just repos having old release I guess. Other than that it does seem...
As far as i know when you use an aurorae theme you don't give any information about corners to kwin, which handles blur. So kwin thinks that your window is...
I think that it is safe to map ; to `sp-comment` in all Lisp related modes in default Smartparens config. Paredit does this, and I think most users actually expect...
Hmm, maybe there's a way of doing this for all lisp modes and other related modes, like REPL modes without breaking Smartparens? Currently I bind this key in `smartparens-strict-mode-map` because...