Mu4e: add xwidget view option when available

This commit is contained in:
TEC 2020-10-13 15:40:59 +08:00
parent 773d2b5664
commit 362f682f1d
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -160,6 +160,10 @@
(when (fboundp 'imagemagick-register-types)
(imagemagick-register-types))
(when (fboundp 'xwidget-webkit-browse-url)
(push '("view with xwidgets" . mu4e-action-view-with-xwidget)
mu4e-view-actions))
(map! :map mu4e-main-mode-map
:ne "h" #'+workspace/other)