mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
forgot a haddock for getEditor in Shell.hs
This commit is contained in:
@@ -139,5 +139,6 @@ env variable fallthrough = getEnv variable `catch` \_ -> return fallthrough
|
||||
getBrowser :: IO String
|
||||
getBrowser = env "BROWSER" "firefox"
|
||||
|
||||
-- | Like 'getBrowser', but should be of a text editor. This gets the $EDITOR variable, defaulting to \"emacs\".
|
||||
getEditor :: IO String
|
||||
getEditor = env "EDITOR" "emacs"
|
Reference in New Issue
Block a user