acet-layerp-mode
 
 
 

Queries and sets the LAYERPMODE setting

(acet-layerp-mode [status])

Arguments

status

Specifying T turns LAYERPMODE on, enabling layer-change tracking. Nil turns LAYERPMODE off.

If this argument is not present, acet-layerp-mode returns the current status of LAYERPMODE.

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

See Also