Personnalisation des fichiers d'initialisation

Lors de son lancement, TeXmacs exécute le fichier $TEXMACS_PATH/progs/init-texmacs.scm, sauf si vous créez votre propre fichier d'initialisation dans $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm. Par défaut, le chemin $TEXMACS_HOME_PATH correspond à .TeXmacs. Vous voudrez peut-être ajouter certaines actions au fichier d'initialisation par défaut. Dans ce cas, n'oubliez pas d'inclure la commande suivante :

    (exec-file "$TEXMACS_PATH/progs" "init-texmacs.scm")

dans votre fichier d'initialisation. De même, le fichier $TEXMACS_PATH/progs/init-buffer.scm est exécuté chaque fois que vous créez un nouveau tampon, sauf si vous créez votre propre fichier d'initialisation $TEXMACS_HOME_PATH/progs/my-init-buffer.scm.

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".