We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9004e0 commit a48150fCopy full SHA for a48150f
modules/me-email.el
@@ -151,12 +151,12 @@
151
(seq (or (seq space "p" (zero-or-one (any ?- ?.)) "j" (any space ?: ?\; ?, ?.))))))) ;; p.j
152
:config
153
(+nvmap! :keymaps 'org-msg-edit-mode-map
154
- "TAB" #'org-msg-tab
155
- "gg" #'org-msg-goto-body)
+ "gg" #'org-msg-goto-body)
156
(+map-local! :keymaps 'org-msg-edit-mode-map
157
"a" '(nil :wk "attach")
158
"aa" #'org-msg-attach-attach
159
"ad" #'org-msg-attach-delete
+ "k" #'org-msg-edit-kill-buffer
160
"p" #'org-msg-preview)
161
(org-msg-mode 1))
162
0 commit comments