mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Before this commit: 1. With `|;;; hello` 2. Press `C-e`: `;|;; hello` 3. Press `C-e` again: `;;; hello|` After: 1. With `|;;; hello` 2. Press `C-e`: `;;; hello|` 3. Press `C-e` again: `|;;; hello`