Advertisement
Guest User

keymaps

a guest
Jul 15th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. (define-prefix-command 'custom-map)
  2. (global-set-key "\M-n" 'custom-map)
  3. (define-key custom-map "\M-e" 'custom1)
  4. (define-key custom-map "\M-r" 'custom2)
  5.  
  6. custom-map
  7. => (keymap
  8. (27 keymap
  9. (114 . custom2)
  10. (101 . custom1)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement