tm 6.54
[elisp/tm.git] / gnus / d-path
1 ;;; -*-Emacs-Lisp-*-
2
3 (setq load-path
4       (append
5        '("." ".." "../../tl"
6          ;;
7          ;; (ding) GNUS path
8          ;;
9          ;; please edit this
10          ;;
11          "/usr/local/lib/emacs/site-lisp/dgnus/lisp"
12          ;;
13          )
14        load-path))
15
16