]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Disable spell checking in Vim.
authorSimon Ruderich <simon@ruderich.org>
Thu, 17 Jun 2010 14:48:51 +0000 (16:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 17 Jun 2010 14:48:51 +0000 (16:48 +0200)
xmonad.hs

index f4465775c4df2295c2c405428652a16cd1d2f833..cfc52d20b20741a696c4f3135b6279cffcae7882 100644 (file)
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -90,3 +90,5 @@ main = xmonad $ defaultConfig
         -- toggleLayouts above.
         ((mod4Mask, xK_v), sendMessage ToggleLayout)
     ]
+
+-- vim: nospell