-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Description
Like :pin in use-package, :ensure (t . pin) should pin a package to an archive. The syntax is ready, but the handler is not yet implemented.
Issue leaf-block
Example:
(leaf hoge
:ensure (t . melpa-stable))Expected output from macroexpand-1 of the leaf-block
The macro expansion seems like already OK:
(prog1 'hoge
(leaf-handler-leaf-path hoge)
(leaf-handler-leaf-protect hoge
(leaf-handler-package hoge hoge melpa-stable)))Just the implementations of leaf-handler-package and leaf-options-ensure-default-pin are lacking.
Related
use-package-ensure-elpainuse-packagecould be seen as a reference implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels