Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91056528
Commit
91056528
authored
Jun 04, 2009
by
Chong Yidong
Browse files
* custom.texi (Init Examples): Add example of changing load-path.
parent
f3ed4f26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+2
-0
doc/emacs/custom.texi
doc/emacs/custom.texi
+9
-0
No files found.
doc/emacs/ChangeLog
View file @
91056528
2009-06-04 Chong Yidong <cyd@stupidchicken.com>
* custom.texi (Init Examples): Add example of changing load-path.
* building.texi (Lisp Libraries): Add example of changing
load-path (Bug#3446).
...
...
doc/emacs/custom.texi
View file @
91056528
...
...
@@ -2233,6 +2233,15 @@ Write a single-quote (@code{'}) followed by the Lisp object you want.
Lisp
expressions
:
@
itemize
@
bullet
@
item
Add
a
directory
to
the
variable
@
code
{
load
-
path
}.
You
can
then
put
Lisp
libraries
that
are
not
included
with
Emacs
in
this
directory
,
and
load
them
with
@
kbd
{
M
-
x
load
-
library
}.
@
xref
{
Lisp
Libraries
}.
@
example
(
add
-
to
-
list
'load-path "/path/to/lisp/libraries")
@end example
@item
Make @key{TAB} in C mode just insert a tab if point is in the middle of a
line.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment