mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Merge pull request from thiagowfx/patch-1
fix small typo (key > keymap) GitHub-reference: https://github.com/jwiegley/use-package/issues/144
This commit is contained in:
commit
7252e29ec4
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