From 6c3f7442b92f2fbf2308d93ece448cf3dd759a58 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 7 Nov 2025 11:49:27 +0530 Subject: Add custom commands --- lib/Daffm/State.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Daffm/State.hs') 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 } -- cgit v1.3.1