为什么我的启动时间和实际的差很多?

(又是我……我承认最近发贴有点多)

虽然计算的是0.3秒,实际时间接近3秒

(emacs-init-time) 也是 0.3秒

starup

显示时间的函数是从doom-emacs抄的

(defun moon-display-benchmark ()
  (message "loaded %s packages across %d stars in %.03fs"
           (length moon-package-list)
           (length moon-star-path-list)
           (setq moon-init-time (float-time (time-subtract after-init-time before-init-time)))))

难道说我的配置还能优化吗?

抄doom应该抄develop而不是master, master已经一个月了 快要有新release了 这一个月里改了很多东西 其中就有启动时间的计算

(defun doom-packages--display-benchmark ()
  (message "Doom loaded %s packages across %d modules in %.03fs"
           ;; Certainly imprecise, especially where custom additions to
           ;; load-path are concerned, but I don't mind a [small] margin of
           ;; error in the plugin count in exchange for faster startup.
           (length doom--package-load-path)
           (hash-table-size doom-modules)
           (setq doom-init-time (float-time (time-subtract (current-time) before-init-time)))))

话说我蛮喜欢你的splash screen logo, 准备去github上抄一发hhh

我每次上github默认branch都是master,我老忘改成develop。话说hlisnner真的是更新狂魔,一个月就400多个commit😹

我的logo走的是是old school style😎

真的是更新狂魔。。。