Results 143 comments of Aaron Zeng

> Can't we add some way to tell Emacs to prefer Guix? That sounds easy to do. My claim is that this already happens, if the Emacs packages you installed...

> Basically, I want Emacs package manager to download them from Guix. Else, I would have to install 300+ packages by hand! There is no built-in way to do this...

So, is something causing `tern` to somehow get uninstalled before the next time you use Spacemacs? There should be no reason for it to be installed over and over, if...

Hi, can you point out where it says that on the page you linked? https://www.spacemacs.org/doc/DOCUMENTATION.html#update-and-rollback recommends `develop` and says the `master` branch is deprecated because it has not been updated...

I see that this particular issue was resolved in #452. I was spending some time refactoring `ledger-check.el` and modernizing the Elisp when I noticed that it seems like the `ledger-report`...

I've gone ahead and added a test for comment completion, and also taken the liberty of making some tweaks to the completion behavior. Since I don't use this, it may...

Thank you for your contribution!

@lcvass This has bothered me quite a bit in the past, too. I decided to implement a live output preview rather than just narrowing or showing a list of payees,...

I've noticed at least one issue where the current version may sometimes swallow the user's input. I'll need to see if we're interacting with `while-no-input` in a bad way...

I've fixed the bad interactions with while-no-input by switching to make-process. This caused a performance hit, which I fixed by writing the buffer contents to a temp file, which is...