Remove 'X packages'

This commit is contained in:
Henrik Lissner 2016-05-20 22:55:53 -04:00
parent 0fdbe17d60
commit 51b4ddb70c

View File

@ -251,7 +251,7 @@ enable multiple minor modes for the same regexp.")
(if emacs-end-time
(concat
"\n\n"
(s-trim-right (s-center (- width 2) (format "Loaded X packages in %.3fs" emacs-end-time))))
(s-trim-right (s-center (- width 2) (format "Loaded in %.3fs" emacs-end-time))))
""))))
(doom|update-scratch-buffer-cwd)))