;; chemins de recherche supplementaires (setq load-path (cons "~/site-lisp" (cons "/usr/local/lib/site-lisp" load-path))) ;; (load "emacscompile") ; configuration generale (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(Info-additional-directory-list (quote ("/opt/GNOME/info"))) '(LaTeX-math-abbrev-prefix (quote [f7])) '(LaTeX-style-list (quote (("book") ("article") ("letter") ("slides") ("report") ("amsmath")))) '(TeX-braces-user-association (quote (("\\{" . "\\}") ("[" . "]") ("(" . ")") ("\\left[" . "\\right]") ("\\left\\{" . "\\right\\}")))) '(TeX-macro-global (quote ("/usr/local/share/texmf/tex/" "/home/nico/texmf/"))) '(TeX-style-path (quote ("auto/" "/usr/share/emacs/site-lisp/auctex/style/" "/usr/local/share/texmf/tex/auto/"))) '(case-fold-search t) '(completion-ignored-extensions (quote ("CVS/" ".o" "~" ".bin" ".lbin" ".fasl" ".ufsl" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".ps" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".x86f" ".sparcf" ".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"))) '(current-language-environment "Latin-1") '(default-input-method "latin-1-prefix") '(global-font-lock-mode t nil (font-lock)) '(gnus-nntpserver-file "news.free.fr") '(load-home-init-file t t) '(max-specpdl-size 1000) '(mupad-color-scheme "MuPAD's own") '(mupad-el-info "/usr/share/emacs/site-lisp/mupad.el-info") '(mupad-fontification-level 2) '(show-paren-mode t nil (paren)) '(transient-mark-mode t) '(tuareg-font-lock-governing-face ((t (:bold t :foreground "orange" :slant normal :weight bold)))) '(tuareg-font-lock-interactive-error-face ((t (:italic t :bold t :foreground "plum1" :slant italic :weight bold)))) '(tuareg-font-lock-interactive-output-face ((t (:foreground "cyan" :slant normal :weight normal)))) '(tuareg-font-lock-operator-face ((t (:foreground "khaki" :slant normal :weight normal)))) '(verbiste-enable-key-bindings t nil (verbiste))) (load "general") ; configuration generale (load "tex-config") ; configuration du mode (la)tex (load "key-config") ; configuration du clavier (load "tuareg-config") ; configuration du mode Caml (load "html-config") ; configuration du mode html (load "divers") ; configuration de divers modes supplementaires (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(mupad-function-name ((t (:foreground "DeepSkyBlue1")))) '(mupad-keyword ((((class color) (background dark)) (:foreground "DarkTurquoise")))) '(mupad-primitive-name ((((class color) (background dark)) (:foreground "SlateBlue2")))))