Mu4e: Avoid conflict in mu4e view action name
The HTML and PDF views already bind to v/V
This commit is contained in:
parent
8e4f559a52
commit
b6f5494601
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue