1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 10:44:12 +01:00

Default to anchored completion matching.

This commit is contained in:
Kris Maglione
2008-12-06 09:31:27 -05:00
parent 01f7d0d580
commit 89c0620634

View File

@@ -383,6 +383,7 @@ function Bookmarks() //{{{
return {
get format() ({
anchored: false,
title: ["URL", "Info"],
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
process: [template.icon, template.bookmarkDescription]