diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-05 21:41:20 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-05 21:41:20 -0300 |
commit | 7af6e583d7d6893f67745e23017eba436f8ed826 (patch) | |
tree | b65568d156cfc3c0319a43548b6c5b644c379d90 /src/Lazymail/Types.hs | |
parent | e3a455fc3791539275fdb6aff003ffa8460f8850 (diff) |
towards configurable keybindings
Diffstat (limited to 'src/Lazymail/Types.hs')
-rw-r--r-- | src/Lazymail/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Lazymail/Types.hs b/src/Lazymail/Types.hs index fb30f91..ce46f65 100644 --- a/src/Lazymail/Types.hs +++ b/src/Lazymail/Types.hs @@ -34,7 +34,7 @@ data LazymailConfig = LazymailConfig { , filterMaildirsHook :: [FilePath] -> IO [FilePath] , indexDateFormat :: String , headersToShow :: [String] - , globalKeymaps :: [Keymap] + , globalKeymap :: [Keymap] , maildirModeKeymap :: [Keymap] , indexModeKeymap :: [Keymap] , emailModeKeymap :: [Keymap] |