Merge pull request #5300 from alexdesiqueira/patch-1

Adding new line on string on how to upgrade Emacs
This commit is contained in:
Henrik Lissner 2021-07-26 20:48:19 -04:00 committed by GitHub
commit caf480e18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
(concat "Detected Emacs " emacs-version " (at " (car command-line-args) ").\n\n" (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" "Doom only supports Emacs 27.1 and newer. A guide to install a newer version\n"
"of Emacs can be found at:\n\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") (cond ((eq system-type 'darwin) "on-macos")
((memq system-type '(cygwin windows-nt ms-dos)) "on-windows") ((memq system-type '(cygwin windows-nt ms-dos)) "on-windows")
("on-linux"))) ("on-linux")))