Skip to content

Commit

Permalink
tweak(lib): doom-info: show $EMACS/$EMACSDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Feb 4, 2024
1 parent 51dcb4d commit 7654262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/lib/debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ ready to be pasted in a bug report on github."
(bound-and-true-p emacs-repository-branch)
(and (stringp emacs-repository-version)
(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
(if doom-profile
(format "PROFILE=%s@%s"
Expand Down

0 comments on commit 7654262

Please sign in to comment.