tweak(lib): show chemacs version in doom-info
This commit is contained in:
parent
510032bcb0
commit
9ea6ea68b0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue