tweak(lib): doom-info: show $EMACS/$EMACSDIR
This commit is contained in:
parent
51dcb4dc99
commit
7654262cdc
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ ready to be pasted in a bug report on github."
|
||||||
(bound-and-true-p emacs-repository-branch)
|
(bound-and-true-p emacs-repository-branch)
|
||||||
(and (stringp emacs-repository-version)
|
(and (stringp emacs-repository-version)
|
||||||
(substring emacs-repository-version 0 9))
|
(substring emacs-repository-version 0 9))
|
||||||
(symlink-path doom-emacs-dir))))
|
(format "EMACSDIR=%s" (symlink-path doom-emacs-dir))
|
||||||
|
(format "EMACS=%s" (expand-file-name invocation-name invocation-directory)))))
|
||||||
(doom . ,(list doom-version
|
(doom . ,(list doom-version
|
||||||
(if doom-profile
|
(if doom-profile
|
||||||
(format "PROFILE=%s@%s"
|
(format "PROFILE=%s@%s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue