diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-06-21 11:16:58 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-06-22 11:38:51 +0200 |
commit | 389c0f82a7f5dc250500fcff6570308cc3bcbd88 (patch) | |
tree | 09c9a3b9fe72367bf4268bdbe90a41114f0a6ff0 /config/aerc.conf | |
parent | de24d2d5909adee29ea7adea9b22fbf1d02b7502 (diff) | |
download | aerc-389c0f82a7f5dc250500fcff6570308cc3bcbd88.tar.gz |
config: fix location of completion-{delay,popover} in default config
The default config had completion-{delay,popover} in the [viewer]
section, but they belong in the [ui] section
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 80434127..588cc7ac 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -145,6 +145,17 @@ styleset-name=default # consecutive characters in the command or option. #fuzzy-complete=false +# How long to wait after the last input before auto-completion is triggered. +# +# Default: 250ms +completion-delay=250ms + +# +# Global switch for completion popovers +# +# Default: true +completion-popovers=true + #[ui:account=foo] # # Enable threading in the ui. Only works with notmuch:// and imap:// accounts @@ -215,17 +226,6 @@ always-show-mime=false # Default: true parse-http-links=true -# How long to wait after the last input before auto-completion is triggered. -# -# Default: 250ms -completion-delay=250ms - -# -# Global switch for completion popovers -# -# Default: true -completion-popovers=true - [compose] # # Specifies the command to run the editor with. It will be shown in an embedded |