parkouss / webmacs

webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
GNU General Public License v3.0
157 stars 21 forks source link

documentation typing error ? #124

Closed ghost closed 4 years ago

ghost commented 4 years ago

Using the line variables.set("webjump-default", "google ") from webmacs.readthedocs.io/en/latest/user_configuration.html I got an error: webmacs.variables.VariableConditionError: Must be one of ('google', 'file', 'webmacs', 'http', 'https', 'duckduckgo')

variables.set("webjump-default", "google") ( without the space ) works fine.

( Now I use variables.set("webjump-default", "duckduckgo") )

parkouss commented 4 years ago

Totally right. Will fix it, thanks.