Department of Engineering

IT Services

Variables

Emacs keeps a list of variables for its own use. Many of them are switches to control emacs' behaviour. Find out about them by typing

   M-x list-options

Change their values using one of the following -

   M-x set-variable RET <var> RET <val> RET
   M-x edit-options