[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quick question on (use-package)
From: |
Andreas Schwab |
Subject: |
Re: Quick question on (use-package) |
Date: |
Tue, 27 Feb 2024 12:55:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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."