~ubuntu-branches/ubuntu/dapper/aleph/dapper

« back to all changes in this revision

Viewing changes to debian/emacs-start

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Troin
  • Date: 2002-02-07 12:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020207122142-jp01vusfcfv63bbi
Tags: 0.8.1-5
Mark aleph-emacs's /etc/emacs/site-start.d/50aleph-emacs.el as a
conffile; closes: #132802.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;;
 
2
;; startup list to enable aleph-mode autoloading.
 
3
;;
 
4
 
 
5
(autoload 'aleph-mode "aleph-mode" "Aleph mode (not loaded yet)" t)
 
6
(setq auto-mode-alist (cons '("\\.als$" . aleph-mode) auto-mode-alist))
 
7
(setq interpreter-mode-alist (cons '("aleph" . aleph-mode) 
 
8
                                   interpreter-mode-alist))
 
9
 
 
10
;; Local Variables:
 
11
;; mode: emacs-lisp
 
12
;; End: