Skip to content

Commit a48150f

Browse files
committed
tweak(org-msg): additional keybinding
1 parent e9004e0 commit a48150f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/me-email.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@
151151
(seq (or (seq space "p" (zero-or-one (any ?- ?.)) "j" (any space ?: ?\; ?, ?.))))))) ;; p.j
152152
:config
153153
(+nvmap! :keymaps 'org-msg-edit-mode-map
154-
"TAB" #'org-msg-tab
155-
"gg" #'org-msg-goto-body)
154+
"gg" #'org-msg-goto-body)
156155
(+map-local! :keymaps 'org-msg-edit-mode-map
157156
"a" '(nil :wk "attach")
158157
"aa" #'org-msg-attach-attach
159158
"ad" #'org-msg-attach-delete
159+
"k" #'org-msg-edit-kill-buffer
160160
"p" #'org-msg-preview)
161161
(org-msg-mode 1))
162162

0 commit comments

Comments
 (0)