(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. '(case-fold-search t) '(current-language-environment "Latin-2") '(default-input-method "latin-2-prefix") '(face-font-selection-order (quote (:height :width :weight :slant))) '(global-font-lock-mode t nil (font-lock)) '(ispell-keep-choices-win t) '(mouse-avoidance-mode (quote jump) nil (avoid)) '(mouse-wheel-follow-mouse t) '(mouse-wheel-mode t nil (mwheel)) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))) (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. ) ; LaTeX beállítások (require 'tex-site) ; a RefTeX valamiért nem mûködik, pedig nagyon jó lenne! (setq reftex-plug-into-AUCTeX t) ;(autoload 'whizzytex-mode ; "whizzytex" ; "WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX" t) ; Maxima: alapértelmezett a .max fájlokhoz (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) (setq load-path (cons "/usr/share/maxima/5.9.1/emacs" load-path )) (autoload 'maxima "maxima" "Running Maxima interactively" t) (autoload 'maxima-mode "maxima" "Maxima editing mode" t) ; imaxima -- szépen formázott maxima kimenet (autoload 'imaxima "imaxima" "Image support for Maxima" t) (setq imaxima-use-maxima-mode-flag t)