~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to debian/erlang.emacsen-startup

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;; installed in a subdirectory of the respective site-lisp directory.
2
 
;; We have to add this to the load-path:
3
 
(setq load-path (cons (concat "/usr/share/"
4
 
                (symbol-name debian-emacs-flavor)
5
 
                "/site-lisp/erlang") load-path))
6
 
(setq erlang-root-dir "/usr/lib/erlang")
7
 
(setq exec-path (cons "/usr/lib/erlang/bin" exec-path))
8
 
(require 'erlang-start)
9
 
 
10
 
;; (setq auto-mode-alist (cons '("\\.erl$" . erlang-mode) auto-mode-alist))
11
 
;; (setq auto-mode-alist (cons '("\\.hrl$" . erlang-mode) auto-mode-alist))
12