diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-12-15 17:59:14 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-12-15 17:59:14 +0100 |
commit | 94cfc405d4fa9fe8e4d720d705f91bfd09b36bdf (patch) | |
tree | 434c21926f6c937d71320263661b65cff859a8f7 /XMonad | |
parent | 09735bb4696be97317b36000f885d0fe5d07b1d8 (diff) | |
download | XMonadContrib-94cfc405d4fa9fe8e4d720d705f91bfd09b36bdf.tar.gz XMonadContrib-94cfc405d4fa9fe8e4d720d705f91bfd09b36bdf.tar.xz XMonadContrib-94cfc405d4fa9fe8e4d720d705f91bfd09b36bdf.zip |
A.Launcher markup identifiers for haddock links
Ignore-this: 2fd3fa1dd4e00d573dd359a4b6a7291b
darcs-hash:20121215165914-1499c-90a0d641ec06a999d2ef0fc342c539b74e4f1094.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Actions/Launcher.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Actions/Launcher.hs b/XMonad/Actions/Launcher.hs index 99f6b7a..fc6eeb4 100644 --- a/XMonad/Actions/Launcher.hs +++ b/XMonad/Actions/Launcher.hs @@ -44,9 +44,9 @@ import XMonad.Util.Run > launcherConfig = LauncherConfig { pathToHoogle = "/home/YOU/.cabal/bin/hoogle" , browser = "firefox"} -Restar xmonad. Press Ctrl + Your_Modkey + L and the first prompt should pop up. +Restart xmonad. Press Ctrl + Your_Modkey + L and the first prompt should pop up. - If you used `defaultXPConfig`, you can change mode with xK_grave. If you are using your own `XPConfig`, define the value for `changeModeKey`. + If you used 'defaultXPConfig', you can change mode with 'xK_grave'. If you are using your own 'XPConfig', define the value for 'changeModeKey'. -} data HoogleMode = HMode FilePath String --path to hoogle and browser |