akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
419 stars 24 forks source link

Loading webkit.el requires ol.el #23

Open dalanicolai opened 3 years ago

dalanicolai commented 3 years ago

When trying to load webkit.el I get the error: Symbol’s function definition is void: org-link-set-parameters. So I guess webkit.el needs (require 'ol) or some other solution.

akirakyle commented 3 years ago

Ah yeah, I thought I was safe since I used declare-function, but I forgot that that call is made on load of webkit.el. I think I should rethink the initialization of webkit.el anyways so it remains autoload friendly.