summaryrefslogtreecommitdiff
path: root/Pancake/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake/Command.hs')
-rw-r--r--Pancake/Command.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pancake/Command.hs b/Pancake/Command.hs
index a1a0b09..6adc51d 100644
--- a/Pancake/Command.hs
+++ b/Pancake/Command.hs
@@ -84,5 +84,6 @@ command c =
[ basicCommand <?> "basic command"
, followRef <?> "follow ref"
, showRef <?> "show ref"
+ , shortcut (shortcuts c) <?> "shortcut"
, goTo <?> "go to"
- , shortcut (shortcuts c) <?> "shortcut"])
+ ])