diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index f3d1815a..2e2215b5 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -203,7 +203,7 @@ var Config = Module("config", ConfigBase, { const { document } = window; completion.location = function location(context) { - completion.autocomplete("history", context); + completion.autocomplete("unifiedcomplete", context); context.title = ["Smart Completions"]; };