jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.4k stars 260 forks source link

Evaluating use-package sexp returns nil #982

Closed kirk86 closed 1 year ago

kirk86 commented 2 years ago

Hi, I have the following sexp in my init.el

(use-package transient
   :ensure t
   :demand t)

evaluating it C-x C-e returns nil.

Any ideas why, shouldn't it download and install the package?

jasonhemann commented 2 years ago

@kirk86, evaluating that sexp in my init.el gives a non-nil result. I assume you've tried this from a near-minimal variant of your init.el, yes?

skangas commented 1 year ago

More information was requested, but none was given within 2 months, so I'm closing this bug. Please report back if you can provide more information. Thanks.