summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorroman65536 <roman65536@yahoo.com>2017-03-15 15:02:39 +0100
committerroman65536 <roman65536@yahoo.com>2017-03-15 15:02:39 +0100
commit3c4de0322a6ad7a3c8c977f7477317500a115179 (patch)
tree9a0c35a2122c1a9fc1720743bb77feb0a90b540b /src/conf.c
parentc444f0f587a012e7666e6b9f77110b89dd458dbe (diff)
Warnings cleanup and compilation time switches.
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index cce2d0f..d484abf 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -19,7 +19,7 @@ void store_default_config_values() {
put(user_conf_d, "overlap", "0");
put(user_conf_d, "debug", "0");
put(user_conf_d, "ignorecase", "0");
- put(user_conf_d, "lua_trigger", "1");
+ put(user_conf_d, "trigger", "1");
// we calc get gmtoffset
#ifdef USELOCALE