diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 9b108702b..a858c55f9 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -252,8 +252,8 @@ ready to be pasted in a bug report on github." (if (and (require 'server) (server-running-p)) 'server-running) - (if (boundp 'chemacs-profiles-path) - 'chemacs) + (if (boundp 'chemacs-version) + (intern (format "chemacs-%s" chemacs-version))) (if (file-exists-p doom-env-file) 'envvar-file) (if (featurep 'exec-path-from-shell)