aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/State.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-11-07 11:49:27 +0530
committerAkshay Nair <phenax5@gmail.com>2025-11-07 11:49:27 +0530
commit6c3f7442b92f2fbf2308d93ece448cf3dd759a58 (patch)
treef05287259e7da168355fa3798e80079f6dda1087 /lib/Daffm/State.hs
parent0e4a7e45357e6024586b6042c1f4c173926a2ace (diff)
downloaddaffm-6c3f7442b92f2fbf2308d93ece448cf3dd759a58.tar.gz
daffm-6c3f7442b92f2fbf2308d93ece448cf3dd759a58.zip
Add custom commands
Diffstat (limited to 'lib/Daffm/State.hs')
-rw-r--r--lib/Daffm/State.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Daffm/State.hs b/lib/Daffm/State.hs
index 6d7f6ea..040d244 100644
--- a/lib/Daffm/State.hs
+++ b/lib/Daffm/State.hs
@@ -39,6 +39,7 @@ mkEmptyAppState config =
stateKeySequence = [],
stateSearchTerm = Nothing,
stateSearchMatches = Vec.empty,
+ stateCustomCommands = configCommands config,
stateSearchIndex = 0
}