[求助] Doom Emacs M-x (execute-extended-command)启动很慢

打开时间大概在 1.2s 左右,有明显的卡顿感。请问一下大家如何排查这个问题。

配置是全新的。

很正常把。不用daemon都得差不多这个时间

(unwind-protect
    (progn
      (require 'profiler)
      (profiler-start 'cpu)
      (call-interactively (key-binding (kbd"M-x"))))
  (profiler-report))
  1. 运行以上代码。
  2. C-g 查看报告。
1 个赞