Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; Este é o arquivo "90eev-puro.el" do pacote "eev-puro".
;; Versão upstream:      http://angg.twu.net/eev-puro/90eev-puro.el.html
;;                               (find-angg "eev-puro/90eev-puro.el")
;; Versão local: (find-fline "/etc/emacs/site-start.d/90eev-puro.el")
;; Confira:      (find-fline "/etc/emacs/site-start.d/")
;;                           (find-status   "eev-puro")
;;                           (find-vldifile "eev-puro.list")
;;                           (find-udfile   "eev-puro/")
;;
;; Quando você roda o Emacs ele executa este arquivo,
;; que define a funcão "puro".

;; Autor: Eduardo Ochs
;; Versão: 2012may08

(defun puro () (interactive)
  (eev-activate-initial)
  ;; (find-fline "/usr/share/eev-puro/.emacs")
  (load "/usr/share/eev-puro/.emacs")
  (setenv "LUA_INIT" "@/usr/share/eev-puro/lua50init.lua")
  (setenv "LANG" "C")
  (eejump nil)
  )



;;
;; Local Variables:
;; coding:               raw-text-unix
;; End: