fix small typo (key > keymap)
This commit is contained in:
parent
647950fd16
commit
7db9b920df
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
;;
|
||||
;; (bind-key* "<C-return>" 'other-window)
|
||||
;;
|
||||
;; If you want to rebind a key only in a particular key, use:
|
||||
;; If you want to rebind a key only in a particular keymap, use:
|
||||
;;
|
||||
;; (bind-key "C-c x" 'my-ctrl-c-x-command some-other-mode-map)
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue