From 32669b305a538cb243610e5fb282fd46689859c8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 15 Jul 2016 23:35:34 +0200 Subject: [PATCH] Add settings in imagrc example for move hook aspects --- imagrc.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imagrc.toml b/imagrc.toml index 5453e9d8..4d5de3bb 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -11,6 +11,9 @@ store-unload-hook-aspects = [ "debug" ] pre-create-hook-aspects = [ "debug" ] post-create-hook-aspects = [ "debug" ] +pre-move-hook-aspects = [ "debug" ] +post-move-hook-aspects = [ "debug" ] + pre-retrieve-hook-aspects = [ "debug" ] post-retrieve-hook-aspects = [ "debug" ]