commit: cc41b845a0afade196932e1712e4ad7c2441b7a5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 19:09:24 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 19:09:24 2025 +0000
URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=cc41b845
README.daemon: Mention other config variables
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
README.daemon | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.daemon b/README.daemon
index a7a9e49..2d7e62e 100644
--- a/README.daemon
+++ b/README.daemon
@@ -48,6 +48,13 @@ directory. The following variables can the configured:
Retry specification for stopping the daemon; ``TERM/30/KILL/5``
by default. See start-stop-daemon(8) for documentation.
+Other variables
+ The configuration file can also be used to set and export other
+ environment variables that may be useful in Emacs. Common examples
+ include ``DBUS_SESSION_BUS_ADDRESS`` and ``SSH_AUTH_SOCK``.
+ Alternatively, you can define these variables in your login shell's
+ startup files.
+
Launching the Emacs daemon at system startup
--------------------------------------------