mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: add xwidget view option when available
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user