From 18d3ebf4607c2c399efe4f7ece210b1ec801b41e Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Wed, 2 Dec 2020 16:28:32 +0000 Subject: [PATCH] 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. --- data/org.x.editor.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.x.editor.gschema.xml.in b/data/org.x.editor.gschema.xml.in index ebaf070..d16e3df 100644 --- a/data/org.x.editor.gschema.xml.in +++ b/data/org.x.editor.gschema.xml.in @@ -338,7 +338,7 @@ - [ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time' ] + [ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time', 'bracketcompletion' ] Active plugins 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.