Skip to content

Commit

Permalink
Update the README to mention --enable-all-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Jun 27, 2015
1 parent 34934eb commit 4f2f2bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ Example:
This will force force both geanylua and spellcheck plugins to be enabled even
if some dependencies are missing.

You can also use the special option ``all-plugins`` to change the default for all
plugins. For example, using ``--enable-all-plugins`` will forcefully enable all
plugins as if you passed each plugin-specific ``--enable-<option>``. This can be
combined with specific plugin's ``--enable-<option>`` to only select a specific
subset of the plugins without listing them all. For example, you can use this
to easily enable one single plugin, using e.g. ``--disable-all-plugins
--enable-<option>``, or to forcefully enable all plugins but a few specific
ones, using e.g. ``--enable-all-plugins --enable-<option>=auto``.


Other tweaks
============
Expand Down

0 comments on commit 4f2f2bd

Please sign in to comment.