Remove trailing whitespace.

This commit is contained in:
Adam Vogt
2012-04-28 19:40:48 +00:00
parent d2739b1683
commit 1a735f04e3
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ emacsLikeXPKeymap = M.fromList $
, (xK_b, moveCursor Prev) -- move cursor forward
, (xK_f, moveCursor Next) -- move cursor backward
, (xK_BackSpace, killWord Prev) -- kill the previous word
, (xK_y, pasteString)
, (xK_y, pasteString)
, (xK_g, quit)
, (xK_bracketleft, quit)
] ++