mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
tweak(lib): show chemacs version in doom-info
This commit is contained in:
@ -252,8 +252,8 @@ ready to be pasted in a bug report on github."
|
|||||||
(if (and (require 'server)
|
(if (and (require 'server)
|
||||||
(server-running-p))
|
(server-running-p))
|
||||||
'server-running)
|
'server-running)
|
||||||
(if (boundp 'chemacs-profiles-path)
|
(if (boundp 'chemacs-version)
|
||||||
'chemacs)
|
(intern (format "chemacs-%s" chemacs-version)))
|
||||||
(if (file-exists-p doom-env-file)
|
(if (file-exists-p doom-env-file)
|
||||||
'envvar-file)
|
'envvar-file)
|
||||||
(if (featurep 'exec-path-from-shell)
|
(if (featurep 'exec-path-from-shell)
|
||||||
|
Reference in New Issue
Block a user