diff options
-rw-r--r-- | man/HCAR.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/HCAR.tex b/man/HCAR.tex index 567fbab..338494a 100644 --- a/man/HCAR.tex +++ b/man/HCAR.tex @@ -1,5 +1,5 @@ % xmonad-Gx.tex -\begin{hcarentry}[updated]{xmonad} +\begin{hcarentry}{xmonad} \label{xmonad} \report{Gwern Branwen}%11/11 \status{active development} @@ -28,6 +28,7 @@ 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 |