mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: Use more robust xwidget support check
This shouldn't be defined unless the C library is present.
This commit is contained in:
@ -163,7 +163,7 @@
|
|||||||
(when (fboundp 'imagemagick-register-types)
|
(when (fboundp 'imagemagick-register-types)
|
||||||
(imagemagick-register-types))
|
(imagemagick-register-types))
|
||||||
|
|
||||||
(when (fboundp 'xwidget-webkit-browse-url)
|
(when (fboundp 'make-xwidget)
|
||||||
(push '("view with xwidgets" . mu4e-action-view-with-xwidget)
|
(push '("view with xwidgets" . mu4e-action-view-with-xwidget)
|
||||||
mu4e-view-actions))
|
mu4e-view-actions))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user