~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to debian/50sawfish.el

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; -*-emacs-lisp-*-
 
2
 
 
3
(setq load-path (nconc load-path (list (concat "/usr/share/"
 
4
                                               (symbol-name flavor)
 
5
                                               "/site-lisp/sawfish"))))
 
6
 
 
7
(autoload 'sawfish-mode "sawfish" "sawfish-mode" t)
 
8
 
 
9
(setq auto-mode-alist (cons '("\\.sawfishrc$"  . sawfish-mode) auto-mode-alist)
 
10
auto-mode-alist (cons '("\\.jl$"         . sawfish-mode) auto-mode-alist)
 
11
auto-mode-alist (cons '("\\.sawfish/rc$" . sawfish-mode) auto-mode-alist))