From: Simon Ruderich Date: Thu, 17 Jun 2010 14:48:51 +0000 (+0200) Subject: xmonad.hs: Disable spell checking in Vim. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=4f011901dde97f3edf9625fa1eee018280d1a331 xmonad.hs: Disable spell checking in Vim. --- diff --git a/xmonad.hs b/xmonad.hs index f446577..cfc52d2 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -90,3 +90,5 @@ main = xmonad $ defaultConfig -- toggleLayouts above. ((mod4Mask, xK_v), sendMessage ToggleLayout) ] + +-- vim: nospell