mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Correct formatting in manpage
This commit is contained in:
parent
da71b6c8ac
commit
17c89e327e
@ -42,10 +42,13 @@ to your \fI~/.xinitrc\fR file
|
|||||||
You can find many extensions to the core feature set in the xmonad-contrib package, available through your package manager or from http://xmonad.org/.
|
You can find many extensions to the core feature set in the xmonad-contrib package, available through your package manager or from http://xmonad.org/.
|
||||||
.SS "Modular Configuration"
|
.SS "Modular Configuration"
|
||||||
As of \fBxmonad-0.9\fR, any additional Haskell modules may be placed in \fI~/.xmonad/lib/\fR are available in GHC's searchpath. Hierarchical modules are supported: for example, the file \fI~/.xmonad/lib/XMonad/Stack/MyAdditions.hs\fR could contain:
|
As of \fBxmonad-0.9\fR, any additional Haskell modules may be placed in \fI~/.xmonad/lib/\fR are available in GHC's searchpath. Hierarchical modules are supported: for example, the file \fI~/.xmonad/lib/XMonad/Stack/MyAdditions.hs\fR could contain:
|
||||||
.IP
|
.RS
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
module XMonad.Stack.MyAdditions (function1) where
|
module XMonad.Stack.MyAdditions (function1) where
|
||||||
function1 = error "function1: Not implemented yet!"
|
function1 = error "function1: Not implemented yet!"
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
.PP
|
.PP
|
||||||
Your xmonad.hs may then \fBimport XMonad.Stack.MyAdditions\fR as if that module was contained within \fBxmonad\fR or \fBxmonad-contrib\fR.
|
Your xmonad.hs may then \fBimport XMonad.Stack.MyAdditions\fR as if that module was contained within \fBxmonad\fR or \fBxmonad-contrib\fR.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user