D.K.
D.K.
> Hmm. I thought that was dependencies -- ie. package "depends" another package as defined by ":after", so use-package sees if the ":after" package is loaded (which causes it to...
> > As for package.el, dependencies are described inside `Package-Requires` header in the package file itself > > Are Package-Requires headers used by package-autoremove in determining what could be removed?...
@fixmaker can't reproduce with clean (which contains use-package installation only) config and elpa ``` magit 20201019.1115 installed A Git porcelain inside Emacs. ``` do you use any packages which require...
``` run-scheme is an interactive autoloaded compiled Lisp function in ‘cmuscheme.el’. ``` Why use `cmuscheme48`? the code looks very outdated, hadn't been touched for many years
Why do you guys compile init.el while using use-package?
of course it's possible, I'm asking of curiosity, since to my experience it doesn't speed up loading at all, so I can't imagine why one may want to do it
Does ``` (eval-when-compile (require 'use-package)) ``` help?
Works for me, at least from dired
Looks like a `load-path` issue
```el ./swiper.el:46:(defface swiper-match-face-1 ./swiper.el:51:(defface swiper-match-face-2 ./swiper.el:56:(defface swiper-match-face-3 ./swiper.el:61:(defface swiper-match-face-4 ./swiper.el:66:(defface swiper-background-match-face-1 ./swiper.el:71:(defface swiper-background-match-face-2 ./swiper.el:76:(defface swiper-background-match-face-3 ./swiper.el:81:(defface swiper-background-match-face-4 ./swiper.el:86:(defface swiper-line-face ```