mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...
This commit is contained in:
parent
b5f019be90
commit
6d64bc9f99
1 changed files with 4 additions and 0 deletions
|
|
@ -485,6 +485,10 @@ for \\[find-tag] (which see)."
|
|||
(define-key esc-map "\t" 'lisp-complete-symbol)
|
||||
|
||||
(define-key ctl-x-map "\C-e" 'eval-last-sexp)
|
||||
|
||||
(define-key ctl-x-map "m" 'compose-mail)
|
||||
(define-key ctl-x-4-map "m" 'compose-mail-other-window)
|
||||
(define-key ctl-x-5-map "m" 'compose-mail-other-frame)
|
||||
|
||||
(define-key ctl-x-map "r\C-@" 'point-to-register)
|
||||
(define-key ctl-x-map [?r ?\C-\ ] 'point-to-register)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue