From 65841b002bf78ff4836eb44a92facad9bcf4c0c7 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 22 Dec 2015 05:56:56 -0500 Subject: [PATCH] add 'custom' module to default zmodules --- templates/zimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zimrc b/templates/zimrc index 5eaee6b..366bdce 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -9,7 +9,7 @@ # select what modules you would like enabled # the second line of modules may depend on options set by modules in the first line # these dependencies are noted on the respective module's README.md -zmodules=(directory environment git history input utility \ +zmodules=(directory environment git history input utility custom \ syntax-highlighting history-substring-search prompt completion)