Mu4e: add xwidget view option when available
This commit is contained in:
parent
773d2b5664
commit
362f682f1d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue