aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/alot.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-05 15:03:04 +0900
committerRobert Helgesson <robert@rycee.net>2019-02-20 00:55:39 +0100
commit81dae2f88eaff306f36b9072d2cb752f82dbc60a (patch)
tree2d3001d5d8995b918f97f34efcf9ba367e35c202 /modules/programs/alot.nix
parent74811679b7f102a7e379e1f0f4160cc3c0643de6 (diff)
alot: support contact completion
Make choice of contact completion easier.
Diffstat (limited to 'modules/programs/alot.nix')
-rw-r--r--modules/programs/alot.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/programs/alot.nix b/modules/programs/alot.nix
index ea5a5d11b33..39c701e5c77 100644
--- a/modules/programs/alot.nix
+++ b/modules/programs/alot.nix
@@ -33,6 +33,8 @@ let
boolStr (signature.showSignature == "attach");
}
)
+ ++ [ "[[[abook]]]" ]
+ ++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
)
+ "\n"
+ alot.extraConfig;