Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file:
;;   http://angg.twu.net/eev-current/debian/90eev.el
;;   http://angg.twu.net/eev-current/debian/90eev.el.html
;;                        (find-eev "debian/90eev.el")
;; It is mostly used by:
;;   http://angg.twu.net/eev-current/debian/emacs-eev
;;   http://angg.twu.net/eev-current/debian/emacs-eev.html
;;                        (find-eev "debian/emacs-eev")
;; Most of the explanations about what this file does, and why,
;; can be found at the "emacs-eev" script (in the comments).
;;
;; When the Debian package for eev is installed this file is put at:
;;   (find-fline "/etc/emacs/site-start.d/")
;;   (find-fline "/etc/emacs/site-start.d/90eev.el")
;; the "real" elisp files for eev are placed at:
;;   (find-fline "/usr/share/emacs/site-lisp/eev/")
;; and the "emacs-eev" script is put at:
;;   (find-eev "/usr/bin/emacs-eev")

;; See:
;;   (find-status   "eev")
;;   (find-vldifile "eev.list")
;;   (find-udfile   "eev/")
;;   (find-angg ".emacs" "eev-block")
;;   (find-es "eev" "dh-make")
;;   (find-es "eev" "dh-make-2")

;; (find-debemacspoltext "/usr/share/emacs/site-lisp/")
;; (find-debemacspoltext "/etc/<emacs>/site-start.d")

;; I am not totally sure if this gets loaded as it should...
;; See: (find-fline "/usr/share/emacs/site-lisp/debian-startup.el")

(defun eev-activate-initial ()
  (interactive)
  (add-to-list 'load-path "/usr/share/emacs/site-lisp/eev")
  (setq eev-lighter " eev")
  (require 'eev-all)      ; (find-eev "eev-all.el")
  (eev-mode 1)
  )


;; (message "Ran 90eev.el.")