如何在emacs中浏览苹果官方docset文档?

在doom 下的lookup 模块,使用默认eww工具基本可以正常浏览dash.app下的docset格式文档,但是在查看苹果官方文档时,无法加载。

Loading file:////Users/xxx/.emacs.d/.local/etc/docsets/Apple.docset/Contents/Resources/Documents/dash-apple-api://load?request_key=lc/documentation/virtualization/vzvirtiosounddeviceoutputstreamconfiguration/3786139-sink#...

请问,大家有没有这方面的经验,打开apple文档?

文档查询没问题,在使用eww打开详情无法预览。有没有其他方式预览支持apple文档的? 除了eww,还尝试了其他方式如下,都不行。

;;默认:browse-url
(setq +lookup-open-url-fn #'eww)

(setq +lookup-open-url-fn #'+lookup-xwidget-webkit-open-url-fn)
 (after! dash-docs
   (setq dash-docs-browser-func #'+lookup-xwidget-webkit-open-url-fn))

试一下popweb