Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Scratch buffer configuration.
Synopsis
- data ScratchOptions = ScratchOptions {}
- scratch :: ScratchId -> ScratchOptions
Documentation
data ScratchOptions Source #
Configure the visual properties of a scratch buffer.
If the option float
is specified, the buffer will be opened in a floating window.
ScratchOptions | |
|
Instances
scratch :: ScratchId -> ScratchOptions Source #
The default configuration, setting all flags to False
except for $sel:resize:ScratchOptions
and $sel:bottom:ScratchOptions
, and everything else to
mempty
.