diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2011-12-11 01:44:05 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2011-12-11 01:44:05 +0100 |
commit | 84048dabaeae138922dadb4bc06b389fbf1b9307 (patch) | |
tree | 017adce978c337ddd23683df9b0eaa119bc812a7 /man | |
parent | 58727ea6ecf4787edcab4526a65ed8ffcac17dd7 (diff) | |
download | xmonad-84048dabaeae138922dadb4bc06b389fbf1b9307.tar.gz xmonad-84048dabaeae138922dadb4bc06b389fbf1b9307.tar.xz xmonad-84048dabaeae138922dadb4bc06b389fbf1b9307.zip |
Drop PlainConfig from HCAR.tex: it doesn't exist in contrib.
Ignore-this: f74f35fd01b64009237137faaf3299ca
The code for that moved out to a separate project:
http://braincrater.wordpress.com/2008/08/28/announcing-xmonad-light/
darcs-hash:20111211004405-1499c-3af1f9e576efceedb8370a86b8959bd7436c10c4.gz
Diffstat (limited to '')
-rw-r--r-- | man/HCAR.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/HCAR.tex b/man/HCAR.tex index f03759e..567fbab 100644 --- a/man/HCAR.tex +++ b/man/HCAR.tex @@ -28,7 +28,6 @@ Details of changes between releases can be found in the release notes: \item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.9} % \item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.10} \item the Darcs repositories have been upgraded to the hashed format -\item XMonad.Config.PlainConfig allows writing configs in a more 'normal' style, and not raw Haskell \item Supports using local modules in xmonad.hs; for example: to use definitions from \~/.xmonad/lib/XMonad/Stack/MyAdditions.hs \item xmonad --restart CLI option \item xmonad --replace CLI option |