Results 81 issues of Aaron Zeng

When debugging Spacemacs, it is often useful to run `emacs -q` and then load only the packages whose commands are being debugged, so that it can be determined whether some...

Core
Feature request

When using org-modern-mode: - Disable org-superstar from the spacemacs-org layer. These packages have overlapping functionality, and org-modern's README recommends not using org-superstar at the same time. - Use `global-org-modern-mode` directly...

Spacemacs's smex and ivy layers configure package smex for persisting M-x history among other things. However, smex has not been updated in a long time (10 years) and amx is...

Feature request

## To reproduce 1. Ensure `evil-search-module` is customized to `evil-search` 2. Create a new buffer with the following contents: ``` foo bar baz ``` 3. `/ b a r RET`...

# Issue type - Other # Environment Emacs version: GNU Emacs 30.1.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.12, Xaw scroll bars) of 2025-02-24 Operating System: Rocky Linux 8.10...

# Issue type - Bug report # Environment Emacs version: GNU Emacs 30.1.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.12, Xaw scroll bars) of 2025-02-24 Operating System: Rocky Linux...

For `outline-minor-mode` users, ledger-mode now configures a default regexp that causes multiline, entries, comments, directives, etc. to be folded by the outline commands. This will not conflict with existing configurations...

if-let, when-let, and gensym are obsolete starting in Emacs 31.1. This commit fixes the Emacs snapshot CI build, but unfortunately needs to drop support for Emacs 25.

This way, the package works as expected even when the user enables it by customizing `flycheck-display-errors-function` (or happens to save such a customization permanently after enabling `flycheck-pos-tip-mode`). Fix #36. The...

If a user customizes `flycheck-display-errors-function` to set it to `flycheck-pos-tip-error-messages`, or if they simply "save" the flycheck group customizations while `flycheck-pos-tip-mode` is enabled, `flycheck-pos-tip` will malfunction on the next Emacs...