Results 143 comments of Aaron Zeng

That PR seems to have the effect of preventing bind-map bindings from taking effect if a major mode's initialization function errors. It's pretty disruptive since it affects the `SPC` leader...

It can happen if you're working on developing a major mode :) But more commonly, I've noticed since I last reported this that it also happens when a buffer is...

Sorry, I'm a little bit confused. Is emacs-leader-key intended to be a fork of bind-map? (It's not obvious to me how to incorporate that patch into my local copy of...

> [@bcc32](https://github.com/bcc32) I updated my PR to include this commit: [justbur/emacs-bind-map@5913a86](https://github.com/justbur/emacs-bind-map/commit/5913a860c56a7c2f4ce9b7323b9080f515d34c93) Thanks, I've imported this locally and will test it for a bit (it seems to work in the example...

I noticed recently that evilification no longer remaps commands that were bound to `SPC`, to `'` like it's supposed to. For example `org-agenda-show-and-scroll-up` in org-agenda buffers. I guess this is...

> I noticed recently that evilification no longer remaps commands that were bound to `SPC`, to `'` like it's supposed to. Reported separately as #17185

Can you paste the actual error you got, here, or describe what the actual symptoms were?

No, unfortunately this is a limitation of the built-in package manager in Emacs. See for example: ``` (defcustom package-menu-async t "If non-nil, package-menu will use async operations when possible. Currently,...

Are you downloading actual packages that are then getting installed, or are you actually only downloading the list of packages/versions? (which Emacs calls "archive contents", see the snippet above)?

If you install packages via site-lisp (I'm not sure what Guix does exactly, but I use Emacs installed with some additional site-lisp packages via Nix), Spacemacs will use them. Of...