diff --git a/bin/doom b/bin/doom index 00f6e8904..4f72f20f1 100755 --- a/bin/doom +++ b/bin/doom @@ -32,7 +32,7 @@ (concat "Detected Emacs " emacs-version " (at " (car command-line-args) ").\n\n" "Doom only supports Emacs 27.1 and newer. A guide to install a newer version\n" "of Emacs can be found at:\n\n " - (format "https://doomemacs.org/docs/getting_started.org#%s" + (format "https://doomemacs.org/docs/getting_started.org#%s\n" (cond ((eq system-type 'darwin) "on-macos") ((memq system-type '(cygwin windows-nt ms-dos)) "on-windows") ("on-linux")))