diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 708a382..264a19b 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1869,6 +1869,14 @@ bit est 1 plutôt que 0.) (add-hook 'text-mode-hook 'auto-fill-mode) + + + (add-to-list 'load-path "/path/to/lisp/libraries") + + + (add-to-list 'load-path "/path/to/lisp/libraries") + + (append @@ -10915,6 +10923,14 @@ key binding = raccourci clavier... @xref{Librairies Lisp, , Librairies de code Lisp pour Emacs, emacs, Manuel GNU Emacs}, pour en savoir plus sur la différence entre @code{load-library} et cette commande. + + + @xref{Lisp Libraries}. + + + @xref{Librairies Lisp}. + + @xref{List Implementation, , How Lists are Implemented}, and @ref{Cons Cell Type, , Cons Cell and List Types, elisp, The GNU Emacs Lisp Reference Manual}.)