bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#68999: 29.1; `use-package' macro expands to reference to unloaded `p


From: Eli Zaretskii
Subject: bug#68999: 29.1; `use-package' macro expands to reference to unloaded `personal-keybindings'
Date: Fri, 09 Feb 2024 13:49:34 +0200

> Date: Fri, 09 Feb 2024 04:11:30 -0500
> From: kaction--- via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> 
> I have the following code in my `init.el' (particular key chord or its
> binding is not important):
> 
>     (use-package elisp-mode
>         :bind (:map emacs-lisp-mode-map
>                     ("C-c j" . next-line)))
> 
> 
> which expands to the following code that refers to the
> `personal-keybindings' variable (caret-highlighted).

That variable is defined in bind-key.el.





reply via email to

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