about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
commitb3b4bce529e76785d7199bb87f0289d090d4171f (patch)
tree82391cf151bd91de2379dd13e14c410048916e9f /INSTALL
parent51d6a607947365aa812dfbf68e72a2945848f6d6 (diff)
downloadzsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.gz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.xz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.zip
zsh-workers/9961
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ef24ad690..93a9f34ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -97,6 +97,13 @@ with the list of modules which are to be compiled into the main binary, one
 module name per line with no punctuation and no suffix.  See the zshmodules
 manual page for the list of available modules.
 
+Note that mymods.conf replaces the standard list of linked-in modules from
+Src/xmods.conf.  If you wish to add to the standard list, copy the lines
+that begin with "L " from xmods.conf into mymods.conf and remove the "L "
+from each such line in mymods.conf.  Then add the names of other modules
+that you want to link.  Module names typically must begin with "zsh/";
+only modules appearing in Src/Aliases/*.mdd may omit the "zsh/" prefix.
+
 Note that the modules depending on zle or complete (e.g.: complist and
 deltochar) cannot be loaded dynamically on systems which do not allow symbols
 in one dynamically loaded library to be visible from another; this is true,