mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove 'X packages'
This commit is contained in:
@ -251,7 +251,7 @@ enable multiple minor modes for the same regexp.")
|
|||||||
(if emacs-end-time
|
(if emacs-end-time
|
||||||
(concat
|
(concat
|
||||||
"\n\n"
|
"\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)))
|
(doom|update-scratch-buffer-cwd)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user