aboutsummaryrefslogtreecommitdiffstats
path: root/DynamicLog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'DynamicLog.hs')
-rw-r--r--DynamicLog.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/DynamicLog.hs b/DynamicLog.hs
index 44ea957..7447f43 100644
--- a/DynamicLog.hs
+++ b/DynamicLog.hs
@@ -40,6 +40,10 @@ import qualified StackSet as S
-- > import XMonadContrib.DynamicLog
-- > logHook = dynamicLog
+-- %import XMonadContrib.DynamicLog
+-- %def -- comment out default logHook definition above if you uncomment this:
+-- %def logHook = dynamicLog
+
-- |
-- Perform an arbitrary action on each state change.