Open jcs090218 opened 3 years ago
:pin
below use-pacakge
will expand like this.
(macroexpand-all
'(use-package origami
:pin celpa ; or melpa
:init nil))
;;=> (progn
;; (use-package-pin-package 'origami "celpa")
;; (require 'origami nil nil))
use-package.el is no longer needed at runtime but use-package-pin-package
is a function.
Therefore, we need use-package
run-time? it is a bug?
use-package.el is no longer needed at runtime but
use-package-pin-package
is a function. Therefore, we needuse-package
run-time? it is a bug?
@jwiegley Could you answer that question? At the very least, it seems like a documentation bug.
I didn't write any of the package-related functions, so I'm not even sure what use-package-pin-package
does.
This is either a feature/question issue. I wonder if use-package can do the following.