summaryrefslogtreecommitdiff
path: root/debian/emacsen-startup
blob: 0f7ea213fa20ffa38349542ce0e0f303e15efcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;; on Debian GNU/Linux
;;
;;
(setq load-path 
      (cons 
       (concat "/usr/share/" (symbol-name debian-emacs-flavor)
              "/site-lisp/bbdb")
       load-path))

;; (require 'message)

;; http://bugs.debian.org/85019
(setq bbdb-sound-files nil)
(setq bbdb-sound-player nil)
(setq bbdb-sounds-directory nil)

;; (require 'bbdb) 
;; (bbdb-initialize)

(require 'bbdb-autoloads)