;;; DO NOT EDIT THIS FILE -- IT IS GENERATED AUTOMATICALLY BY PORTAGE ;;; ----------------------------------------------------------------- ;;; elib site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/elib" load-path)) ;;; emacs-wiki site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/emacs-wiki" load-path)) (require 'emacs-wiki) ;;;BEGIN gcl addition (autoload 'dbl "dbl" "Make a debugger to run lisp, maxima and or gdb in" t) ;;;END gcl addition ;;; Gnuplot site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/gnuplot") ;;-------------------------------------------------------------------- ;; Lines enabling gnuplot-mode (autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t) (autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot mode" t) ;; this line automatically causes all files with the .gp extension to ;; be loaded into gnuplot mode (setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode)) auto-mode-alist)) ;; This line binds the function-9 key so that it opens a buffer into ;; gnuplot mode (global-set-key [(f9)] 'gnuplot-make-buffer) ;; end of line for gnuplot-mode ;;-------------------------------------------------------------------- ;;; htmlize site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/htmlize") (require 'htmlize) ;;; httpd site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/httpd") (require 'ipython) ;;; mmm-mode site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/mmm-mode" load-path)) (require 'mmm-auto) ;;; ocaml-mode site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/ocaml-mode" load-path)) (setq auto-mode-alist (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist)) (autoload 'caml-mode "caml" "Major mode for editing Caml code." t) (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t) (require 'caml-font) ;; site-file configuration for po-mode (autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) (autoload 'po-find-file-coding-system "po-compat") (add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode)) (modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." 'po-find-file-coding-system) ;;; pg-init.el --- setup for Proof General (setq load-path (append load-path '("/usr/share/emacs/site-lisp/ProofGeneral/generic"))) (require 'proof-site) ;;; emacs site-lisp configuration for pymacs (add-to-list 'load-path "/usr/share/emacs/site-lisp/pymacs") (autoload 'pymacs-load "pymacs" nil t) (autoload 'pymacs-eval "pymacs" nil t) (autoload 'pymacs-apply "pymacs") (autoload 'pymacs-call "pymacs") ;;; site-lisp configuration for ratpoison (add-to-list 'load-path "/usr/share/emacs/site-lisp/ratpoison") (autoload 'ratpoisonrc-mode "ratpoison" "Mode for ratpoison configuration files." t) (autoload 'ratpoison-command "ratpoison" "Run a ratpoison command." t) (autoload 'ratpoison-command-on-region "ratpoison" "Run a ratpoison command contained in the region." t) (autoload 'ratpoison-info "ratpoison" "Call up the ratpoison info page." t) (autoload 'ratpoison-command-info "ratpoison" "Call up the info page listing the ratpoison commands." t);; ses site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/ses") (autoload 'ses-mode "ses" nil t) (add-to-list 'auto-mode-alist '("\\.ses\\'" . ses-mode)) ;;; table site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/table" load-path)) (require 'table) (add-hook 'text-mode-hook 'table-recognize) (load "/usr/share/emacs/site-lisp/haskell-mode/haskell-site-file") ;;; auctex site-lisp configuration (load "auctex.el" nil t t) ;;;;; detect needed steps after rebuild (setq TeX-parse-self t) ;;; cedet site-lisp configuration (load "/usr/share/emacs/site-lisp/cedet/common/cedet") ;; If you wish to customize CEDET, you will need to follow the ;; directions in the INSTALL (installed in the documentation) file and ;; customize your ~/.emacs /before/ site-gentoo is loaded. ;; preview-latex gentoo site configuration (add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup) (autoload 'LaTeX-preview-setup "preview") ;;; python-mode site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/python-mode") (autoload 'python-mode "python-mode" "Python editing mode." t) (autoload 'jython-mode "python-mode" "Python editing mode." t) (autoload 'py-shell "python-mode" "Start an interactive Python interpreter in another window." t) (autoload 'doctest-mode "doctest-mode" "Editing mode for Python Doctest examples." t) (autoload 'py-complete "pycomplete" "Complete a symbol at point using Pymacs." t) (add-to-list 'auto-mode-alist '("\\.py$" . python-mode)) (add-to-list 'auto-mode-alist '("\\.doctest$" . doctest-mode)) (add-to-list 'interpreter-mode-alist '("python" . python-mode)) (add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) ;;; ecb site-lisp configuration (add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb") (require 'ecb) ;;; git site-lisp configuration (add-to-list 'vc-handled-backends 'GIT) (require 'git) (add-to-list 'load-path "/usr/share/emacs/site-lisp/gnus") (require 'gnus-load) ;;; JDE site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/jde/lisp" load-path)) (autoload 'jde-mode "jde" "Java Development Environment Emacs" t) (setq auto-mode-alist (cons '("\\.java$" . jde-mode) auto-mode-alist)) ;;; svn site-lisp configuration (setq load-path (cons "/usr/share/emacs/site-lisp/subversion" load-path)) (add-to-list 'vc-handled-backends 'SVN) (require 'psvn)