summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-11-29 23:02:32 +0000
committerGitHub <noreply@github.com>2017-11-29 23:02:32 +0000
commit4657fc893a2e38f1c0477fa44b0ed0d12fc011e4 (patch)
treeaa031bbbdb527fd71abf85b9f59de1639276a073 /doc
parentaee138b5067556c32c4d9fd04d13c31f7f311b6b (diff)
parent566a16b7428b0c7be3c6219b2ab7760f8b233fb2 (diff)
downloadnixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar.gz
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar.bz2
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar.lz
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar.xz
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.tar.zst
nixlib-4657fc893a2e38f1c0477fa44b0ed0d12fc011e4.zip
Merge pull request #32174 from lheckemann/weechat-all-default
weechat: default to enabling all plugins
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 184bee089ae3..b657f5809db9 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -667,11 +667,13 @@ cp ${myEmacsConfig} $out/share/emacs/site-lisp/default.el
 <section xml:id="sec-weechat">
 <title>Weechat</title>
 <para>
-Weechat can currently be configured to include your choice of plugins.
-To make use of this functionality, install an expression that overrides its configuration such as
+Weechat can be configured to include your choice of plugins, reducing its
+closure size from the default configuration which includes all available
+plugins.  To make use of this functionality, install an expression that
+overrides its configuration such as
 <programlisting>weechat.override {configure = {availablePlugins, ...}: {
-        plugins = with availablePlugins; [ python perl ];
-    }
+    plugins = with availablePlugins; [ python perl ];
+  }
 }</programlisting>
 </para>
 <para>