~niklaseklund/detached.el

Docs: Don't set void variable detached-show-output-on-attach v1 PROPOSED

Joseph Turner: 1
 Docs: Don't set void variable detached-show-output-on-attach

 1 files changed, 1 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~niklaseklund/detached.el/patches/40296/mbox | git am -3
Learn more about email & git

[PATCH] Docs: Don't set void variable detached-show-output-on-attach Export this patch

This contribution should not require copyright assignment.

Best,

Joseph

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8332374..5b06a5d 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,7 @@ A minimal `use-package` configuration.
         ([remap recompile] . detached-compile-recompile)
         ;; Replace built in completion of sessions with `consult'
         ([remap detached-open-session] . detached-consult-session))
  :custom ((detached-show-output-on-attach t)
           (detached-terminal-data-command system-type)))
  :custom ((detached-terminal-data-command system-type)))
```

The users are required to call `detached-init`. This function orchestrates the integration with all other internal and external packages that `detached.el` supports. These are:
--
2.39.2