bracketcompletion: Enable plugin by default
That's typically a feature casual users would't want by default but programmers would. Since it only affects programming languages (not plain text), enable it by default.
This commit is contained in:
parent
76b2fcba7b
commit
18d3ebf460
|
@ -338,7 +338,7 @@
|
|||
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.plugins" path="/org/x/editor/plugins/">
|
||||
|
||||
<key name="active-plugins" type="as">
|
||||
<default>[ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time' ]</default>
|
||||
<default>[ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time', 'bracketcompletion' ]</default>
|
||||
<summary>Active plugins</summary>
|
||||
<description>List of active plugins. It contains the "Location" of the active plugins. See the .xed-plugin file for obtaining the "Location" of a given plugin.</description>
|
||||
</key>
|
||||
|
|
Loading…
Reference in New Issue