emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quick question on (use-package)


From: Yuri Khan
Subject: Re: Quick question on (use-package)
Date: Tue, 27 Feb 2024 18:52:15 +0700

On Tue, 27 Feb 2024 at 18:43, Pedro Andres Aranda Gutierrez
<paaguti@gmail.com> wrote:

> translate
>
> (define-key esc-map " " #'set-mark-command)
>
> to
>
> (use-package foo
> :bind (:map esc-map
>            (<whatever needs to come here> . set-mark-command))

use-package :bind works in terms of what the (kbd …) function accepts,
so "SPC" should probably work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]