Writing your own initialization files

When starting up, TeXmacs executes the file

    $TEXMACS_PATH/progs/init-texmacs.scm

as well as your personal initialization file

    $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm

if it exists. By default, the path $TEXMACS_HOME_PATH equals .TeXmacs. Similarly, each time you create a new buffer, the file

    $TEXMACS_PATH/progs/init-buffer.scm

is executed, as well as

    $TEXMACS_HOME_PATH/progs/my-init-buffer.scm

if it exists.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".