debian emacs policy

| emacs

Peter S Galbraith suggests

(if (not (file-exists-p "/usr/share/emacs/site-lisp/emacs-goodies-el"))
    (message
     "Package emacs-goodies-el is removed but not purged.  Setup not done.")
  (debian-pkg-add-load-path-item
   (concat
    "/usr/share/" (symbol-name flavor) "/site-lisp/emacs-goodies-el"))
  (require 'emacs-goodies-el))
You can comment with Disqus or you can e-mail me at sacha@sachachua.com.