mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: add xwidget view option when available
This commit is contained in:
@ -160,6 +160,10 @@
|
|||||||
(when (fboundp 'imagemagick-register-types)
|
(when (fboundp 'imagemagick-register-types)
|
||||||
(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
|
(map! :map mu4e-main-mode-map
|
||||||
:ne "h" #'+workspace/other)
|
:ne "h" #'+workspace/other)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user