tweak(lib): show chemacs version in doom-info

This commit is contained in:
Henrik Lissner 2022-07-30 21:22:05 +02:00
parent 510032bcb0
commit 9ea6ea68b0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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)