~niklaseklund/detached.el

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<87cz4bq8lz.fsf@breatheoutbreathe.in>
DKIM signature
missing
Download raw message
Patch: +1 -2
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
Reply to thread Export thread (mbox)