File: emacsen-startup

package info (click to toggle)
emacspeak 15-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,596 kB
  • ctags: 3,499
  • sloc: lisp: 33,875; makefile: 592; sh: 495; tcl: 492; perl: 351; cpp: 239
file content (15 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux emacspeak package
;;
;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
;; Modified by Dirk Eddelbuettel <edd@debian.org>

;; The emacspeak package follows the Debian/GNU Linux 'emacsen' policy
;; and byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; emacs20...).  The compiled code is then installed in a subdirectory
;; of the respective site-lisp directory.  We have to add this to the
;; load-path:
(setq load-path (nconc load-path (list (concat "/usr/share/"
                                               (symbol-name flavor)
                                               "/site-lisp/emacspeak"))))