|
From: | Pedro Andres Aranda Gutierrez |
Subject: | Re: Quick question on (use-package) |
Date: | Tue, 27 Feb 2024 16:47:23 +0100 |
On Feb 27 2024, Pedro Andres Aranda Gutierrez wrote:
> I'm getting crazy trying to find a piece of documentation that helps me
> translate
>
> (define-key esc-map " " #'set-mark-command)
>
> to
>
> (use-package foo
> :bind (:map esc-map
> (<whatever needs to come here> . set-mark-command))
>
> Could anyone help me? I have tried "\040" [space], etc. to no avail
(key-description " ") => "SPC"
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
[Prev in Thread] | Current Thread | [Next in Thread] |