summaryrefslogtreecommitdiff
blob: 14c8beeee70cacfce99b8b524170c2956d755f93 (plain)
1
2
3
4
5
6
7
;;; distel site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'distel-erlang-mode-hook "distel" nil t)
(add-hook 'erlang-mode-hook 'distel-erlang-mode-hook)
(setq distel-ebin-directory "/usr/share/distel/ebin")