diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-07-14 22:27:53 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-07-14 22:27:53 +0200 |
| commit | a1e70587e64e0f342e5e3ee35778be58b72ababb (patch) | |
| tree | 7d3c825f8adfc66c4891d7ac23208d4dc4d1f827 | |
| parent | 10130301f137491feb72b2ac280755a632ed3d07 (diff) | |
Add a require-module prelude
| -rw-r--r-- | rc/connect.kak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/connect.kak b/rc/connect.kak index d2dc29d..7a3f09f 100644 --- a/rc/connect.kak +++ b/rc/connect.kak @@ -11,6 +11,7 @@ hook global ModuleLoaded connect %{ } provide-module connect %{ + require-module prelude declare-option -docstring 'Attach to terminal' bool connect_attach no declare-option -docstring 'Path to connect data' str connect_data_path %sh{ # Environment variables |
