mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Renamed CONTRIB directory to "contrib".
This commit is contained in:
parent
295e5a4c2c
commit
70ad07f436
@ -459,11 +459,11 @@ Emacs load path. To do this, add the following line to @file{.emacs}:
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
If you plan to use code from the @file{CONTRIB} subdirectory, do a similar
|
||||
If you plan to use code from the @file{contrib} subdirectory, do a similar
|
||||
step for this directory:
|
||||
|
||||
@example
|
||||
(setq load-path (cons "~/path/to/orgdir/CONTRIB/lisp" load-path))
|
||||
(setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
|
||||
@end example
|
||||
|
||||
@b{XEmacs users now need to install the file @file{noutline.el} from
|
||||
|
Loading…
Reference in New Issue
Block a user