diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emms.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 5c9b5b0..fed2880 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -168,7 +168,7 @@ load-path. For example, if you put all those files into ~/elisp/emms/, then in your ~/.emacs, you should do: @lisp -(add-to-list 'load-path "~/elisp/emms/") +(add-to-list 'load-path "~/elisp/emms/lisp/") @end lisp @noindent @@ -350,7 +350,7 @@ EMMS are located. Let's say you have them in @file{~/elisp/emms/}. So add this line to your @file{.emacs}. @lisp -(add-to-list 'load-path "~/elisp/emms") +(add-to-list 'load-path "~/elisp/emms/lisp/") @end lisp Further informations about installing EMMS can be found in the |