From 7654262cdca57e6cddcf1d5c6acb9381ddbd3bc6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 4 Feb 2024 18:00:16 -0500 Subject: [PATCH] tweak(lib): doom-info: show $EMACS/$EMACSDIR --- lisp/lib/debug.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/lib/debug.el b/lisp/lib/debug.el index 2ee08c149..d43d593f7 100644 --- a/lisp/lib/debug.el +++ b/lisp/lib/debug.el @@ -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"