3 (if (not (file-exists-p "/usr/share/emacs/site-lisp/lisaac-mode"))
4 (message "Package lisaac-mode removed but not purged. Skipping setup.")
6 ;; The lisaac-mode package follows the Debian/GNU Linux 'emacsen' policy
7 ;; and byte-compiles its elisp files for each 'emacs flavor'. The compiled
8 ;; code is then installed in a subdirectory of the respective site-lisp
10 (debian-pkg-add-load-path-item
12 "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/lisaac-mode"))
14 ;; Automatically start lisaac files in lisaac-mode.
15 (add-to-list (quote auto-mode-alist) (quote ("\\.li\\'" . lisaac-mode)))
17 ;; Make sure that Help can find the source code. Has to be at the end.
19 (nconc load-path (list "/usr/share/emacs/site-lisp/lisaac-mode")))