;; Beginning of the eev block:
;; End of the eev block.

  URLs for this file:
    http://angg.twu.net/eev/rcfiles/.emacs
    http://angg.twu.net/eev/rcfiles/.emacs.html
  Version: 2002may15; copyleft Edrx. License: GPL.
  Please help me with the headers! :)

  This is an "eevblock" file, used by changer.awk and changer.sh to
  modify a ".bashrc" to configure it for eev. See:

  # (find-eev "changer.awk" "eevblock_file")
  # (find-eev "changer.sh")
  # (find-eev "Makefile")

  # (find-eev "demo/.emacs")
  # (describe-variable 'Info-additional-directory-list)
  # (describe-variable 'Info-directory-list)
  # (find-evariable 'Info-additional-directory-list)
  # (find-evariable 'Info-directory-list)


::end of comments::
;; This "eev block" is documented in: (find-eev "rcfiles/.emacs")
;;
;; Try to load eev.el, but don't crash if the user has deleted ~/eev/:
(if (not (file-exists-p "~/eev/eev.el"))
    (message "~/eev/eev.el not found! Not trying to load eev.")
  (progn (add-to-list 'load-path "~/eev")
	 (load-library "eev")
	 (eev-load-libraries)
	 (eev-install-aggressively)
	 (when (string-match "GNU Emacs" (emacs-version))
	   (load-library "glyphs"))))
;;
(setq Info-additional-directory-list
      (append (if (boundp 'Info-additional-directory-list)
		  Info-additional-directory-list)
	      '("~/info")))
;;