Skip to content

Commit

Permalink
tweak(org-msg): additional keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 6, 2023
1 parent e9004e0 commit a48150f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@
(seq (or (seq space "p" (zero-or-one (any ?- ?.)) "j" (any space ?: ?\; ?, ?.))))))) ;; p.j
:config
(+nvmap! :keymaps 'org-msg-edit-mode-map
"TAB" #'org-msg-tab
"gg" #'org-msg-goto-body)
"gg" #'org-msg-goto-body)
(+map-local! :keymaps 'org-msg-edit-mode-map
"a" '(nil :wk "attach")
"aa" #'org-msg-attach-attach
"ad" #'org-msg-attach-delete
"k" #'org-msg-edit-kill-buffer
"p" #'org-msg-preview)
(org-msg-mode 1))

Expand Down

0 comments on commit a48150f

Please sign in to comment.