mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The current string presented breaks the address on how to upgrade Emacs: ``` ❯ doom install Detected Emacs 26.3 (at emacs). Doom only supports Emacs 27.1 and newer. A guide to install a newer version of Emacs can be found at: https://doomemacs.org/docs/getting_started.org#on-linuxAborting... ``` Just adding a `\n` at the end of the string would solve it.