feat(lib): add active profile to doom-info
This commit is contained in:
parent
4a253757cb
commit
b183a0835d
1 changed files with 5 additions and 0 deletions
|
@ -261,6 +261,11 @@ ready to be pasted in a bug report on github."
|
|||
(substring emacs-repository-version 0 9))
|
||||
(symlink-path doom-emacs-dir))))
|
||||
(doom . ,(list doom-version
|
||||
(if doom-profile
|
||||
(format "PROFILE=%s@%s"
|
||||
(car doom-profile)
|
||||
(cdr doom-profile))
|
||||
"PROFILE=_@0")
|
||||
(sh "git" "log" "-1" "--format=%D %h %ci")
|
||||
(symlink-path doom-user-dir)))
|
||||
(shell . ,(abbrev-path shell-file-name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue