summaryrefslogtreecommitdiff
path: root/textproc/emacs-dict-client/MESSAGE
blob: cc2305dc6106d176aa1bca181eeff0de41dbe433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $

You may want to add

(setq load-path 
      (cons (expand-file-name "${PREFIX}/share/emacs/site-lisp/dictionary")
	    load-path))
(load "dictionary-init")

to your .emacs

===========================================================================