Queries and sets the LAYERPMODE setting
(acet-layerp-mode [status])
Arguments
T turns LAYERPMODE on, enabling layer-change tracking. Nil turns LAYERPMODE off.
Specifyingacet-layerp-mode returns the current status of LAYERPMODE.
If this argument is not present,Return Values
T if current status of LAYERPMODE is on; nil if LAYERPMODE is off.
Examples
Check the current status of LAYERPMODE:
Command: (acet-layerp-mode)
T
Turn LAYERPMODE off:
Command: (acet-layerp-mode nil)
nil
Check the current status of LAYERPMODE:
Command: (acet-layerp-mode)
nil
The LAYERP and LAYERPMODE commands in the Command Reference.