mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04: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
|
|
@ -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…
Reference in a new issue