Aaron Zeng
Aaron Zeng
This PR switches from CMake and custom make rules to using [makem.sh], as suggested in #423. ~~It also includes a small tweak to just disable `ledger-mode/test-001` (which requires running Emacs...
This is not necessary for the advice mechanism to work, and causes unnecessary loading of etags and its dependencies at startup if volatile-highlights-mode is enabled.
Hi there, Looks like this repo is the current "official" fork of iedit, and it is now on MELPA stable. Thanks for that! However, unfortunately, it looks like the version...
Namely, don't call `(server-start)`, even when `dotspacemacs-enable-server` is non-nil, in the following cases: 1. `emacs --batch -u ""` (normally --batch disables reading the user's init file such as Spacemacs, but...
Thanks to #16700, packages listed in `dotspacemacs-additional-packages` are installed even if some enabled layer has a `:toggle` form for that package which evals to nil. However, it seems that in...
`spacemacs-start-directory` may be a shared, read-only folder if site administrators decide to distribute a copy of Spacemacs with Emacs. However, user-specific files like ELPA packages and private snippets should be...
If package-installation fails (at least from quelpa recipes, I didn't test other packages), the error is not caught by `--debug-init` and instead startup proceeds as normal. This seems bad, `--debug-init`...
ping @syl20bnr since I think only you have access to repository settings. It seems that the `.github/ISSUE_TEMPLATE` is not being respected when creating new issues on the Spacemacs repo. Recent...
> That's not what I observe without this change though. evil-collection seems to affect holy-mode. Indeed, this is bad. In the majority of modes, evil-collection binds keys only in normal...