;;;; .emacs de jemarch ;;; Configure and load JemPkg (add-to-list 'load-path "~/emacs") (require 'jem-pkg) (setq jem-pkg-site-base "~/emacs") (jem-pkg-define-sites '(("common" ("misc" ;; "bbdb" "tramp" "erc" "remember" "org" "mailcrypt" "w3m" "color-theme" "abbreviaty" "templatery" "dictionary" "url" "xml-rpc" "apel" ;; "elpoint" ;; "nxml-mode" ;; "cell" "cedet" "muse" "flim" "semi" "wl" "semantic")) ("termi" ("imaxima" "color-theme" "gnordo")) ("copronimo" ("imaxima" "color-theme")) ("wilhelm.darmstadt.terma.com" ("color-theme" "org" "ecb" "wl")) ("desarrollo" ("imaxima")))) (jem-pkg-site-init) ;;; End of file