mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #5300 from alexdesiqueira/patch-1
Adding new line on string on how to upgrade Emacs
This commit is contained in:
2
bin/doom
2
bin/doom
@ -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")))
|
||||||
|
Reference in New Issue
Block a user