mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doctor: pluralize issue count at the end
It's features like these that separate us from animals.
This commit is contained in:
@ -316,5 +316,6 @@
|
||||
;;
|
||||
(message "\n----")
|
||||
(if (> doom-errors 0)
|
||||
(warn! "There were %s issues!" doom-errors)
|
||||
(warn! "There %s!" (if (= doom-errors 1) "is %d issue" "are %d issues")
|
||||
doom-errors)
|
||||
(success! "Everything seems fine, happy Emacs'ing!"))
|
||||
|
Reference in New Issue
Block a user