about summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2017-11-29 15:25:28 +0000
committerLinus Heckemann <git@sphalerite.org>2017-11-29 15:30:56 +0000
commit566a16b7428b0c7be3c6219b2ab7760f8b233fb2 (patch)
tree23058be049bf31b6da47fc44d5397e9c53a32365 /doc/package-notes.xml
parent2f1a818d00f957f3102c0b412864c63b6e3e7447 (diff)
downloadnixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar.gz
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar.bz2
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar.lz
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar.xz
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.tar.zst
nixlib-566a16b7428b0c7be3c6219b2ab7760f8b233fb2.zip
weechat: default to enabling all plugins
Plain weechat is still accessible as `weechat.unwrapped`
or `weechat.override {configure = null;}`.

Also update documentation to reflect this change.
Diffstat (limited to 'doc/package-notes.xml')
-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>