diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-26 00:48:59 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-26 00:48:59 +0200 |
commit | ec2d2411a5bd97e847cc185cc0b3f84121b93b93 (patch) | |
tree | ee919246e7567bba2830d1cd4b0f491247eac24b /res | |
parent | d0c4570fffec4c4d9db909f59b7f70c89e012acf (diff) | |
download | chawan-ec2d2411a5bd97e847cc185cc0b3f84121b93b93.tar.gz |
Remove unused config variable
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index edd5e255..ae1d5984 100644 --- a/res/config.toml +++ b/res/config.toml @@ -14,7 +14,6 @@ display-charset = "auto" [external] tmpdir = "/tmp/cha" editor = "vi %s +%d" -editor-accept-sigint = false [network] max-redirect = 10 |