mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: Avoid conflict in mu4e view action name
The HTML and PDF views already bind to v/V
This commit is contained in:
@ -157,6 +157,8 @@
|
|||||||
|
|
||||||
;; Html mails might be better rendered in a browser
|
;; Html mails might be better rendered in a browser
|
||||||
(add-to-list 'mu4e-view-actions '("View in browser" . mu4e-action-view-in-browser))
|
(add-to-list 'mu4e-view-actions '("View in browser" . mu4e-action-view-in-browser))
|
||||||
|
(when (fboundp 'make-xwidget)
|
||||||
|
(add-to-list 'mu4e-view-actions '("xwidgets view" . mu4e-action-view-with-xwidget)))
|
||||||
|
|
||||||
;; The header view needs a certain amount of horizontal space to
|
;; The header view needs a certain amount of horizontal space to
|
||||||
;; actually show you all the information you want to see
|
;; actually show you all the information you want to see
|
||||||
@ -173,10 +175,6 @@
|
|||||||
(when (fboundp 'imagemagick-register-types)
|
(when (fboundp 'imagemagick-register-types)
|
||||||
(imagemagick-register-types))
|
(imagemagick-register-types))
|
||||||
|
|
||||||
(when (fboundp 'make-xwidget)
|
|
||||||
(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