Next: , Previous: , Up: Configuration   [Contents]


7.1 Stand-Off mode for files of a specific type

You can configure Emacs to always activate standoff mode on certain file types. In order to activate standoff mode for all files ending with .TEI-P5.xml, put the following line into the init file.

(add-to-list 'auto-mode-alist '("\\.TEI-P5\\.xml$" . standoff-mode))