|
From: | Drew Adams |
Subject: | RE: using use-package |
Date: | Wed, 29 Jun 2016 10:15:17 -0700 (PDT) |
> What about something like this below? We can now do something like: > (extend-key 'fake-feature-map "\C-f" 'foward-char) > It has the same syntax as define-key Not really. The first arg to `define-key' is a keymap. The first arg to your `extend-key' is a symbol.
[Prev in Thread] | Current Thread | [Next in Thread] |