Mu4e: Org-msg, add missing tab binding
This commit is contained in:
parent
6af30b5d68
commit
b811376403
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ Usefull for affecting HTML export config.")
|
||||||
(mu4e-compose-org-msg-handle-toggle (/= 1 (or toggle-p 0)))
|
(mu4e-compose-org-msg-handle-toggle (/= 1 (or toggle-p 0)))
|
||||||
(funcall orig-fn))
|
(funcall orig-fn))
|
||||||
|
|
||||||
|
(map! :map org-msg-edit-mode-map
|
||||||
|
"TAB" #'org-msg-tab) ; only <tab> bound by default
|
||||||
|
|
||||||
(defvar +org-msg-accent-color "#c01c28"
|
(defvar +org-msg-accent-color "#c01c28"
|
||||||
"Accent color to use in org-msg's generated CSS.
|
"Accent color to use in org-msg's generated CSS.
|
||||||
Must be set before org-msg is loaded to take effect.")
|
Must be set before org-msg is loaded to take effect.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue