Что бы это значило на свежеустановленном думе?
В консольном emacs под WSL нет-нет да какой-нибудь глюк.
Wrong number of arguments: ((t) (orig-fn theme &optional no-confirm no-enable) "Record `doom-theme', disable old themes, and trigger `doom-load-theme-hook'." (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-buffer
(set-buffer temp-buffer) (unwind-protect (progn (let ((last-themes (copy-sequence custom-enabled-themes))) (mapc (function disable-theme) custom-enabled-themes) (prog1 (funcall orig-fn theme no-confirm no-enable) (if (and (not
no-enable) (custom-theme-enabled-p theme)) (progn (setq doom-theme theme) (put ... ... ...) (doom-run-hooks ...)))))) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))))), 1