use-package icon indicating copy to clipboard operation
use-package copied to clipboard

A use-package declaration for simplifying your .emacs

Results 170 use-package issues
Sort by recently updated
recently updated
newest added

In cb90d3f the arguments to `define-minor-mode` were changed erroneously. Whereas the `override-global-mode` was initially defined as `(define-minor-mode override-global-mode "..." t "")`, the two latter arguments where changed to `:global t...

Hello, thanks for a great package! ":bind*" stopped working for me after updating to the last version of bind-key. So something in the latest commits probably did it. I haven't...

- [x] ~@BernardHurley~ - [x] @DamienCassou (Damien Cassou) - [x] @Fuco1 (Matus Goljer) - [x] ~@MaikuMori (Miks Kalnins)~ - [x] @PhilHudson (Phil Hudson) - [x] @Silex (Philippe Vaucher) - [x]...

confirm

I'm running into a problem that I've got on one laptop but haven't had on any other installation. I cannot figure out what's going on. In my init.el file I...

Thanks for the active development recently! Could you please update the inline documents for `use-package`? It seems outdated.

docs

I can reproduce this with following `init.el`: ``` (require 'package) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (require 'use-package) (setq use-package-always-ensure t) (use-package recentf :defer 1 :config (recentf-mode 1)) ``` If...

Hello, I have about 50 packages in my use-package configuration and I use the ensure option, my start-up time is very slow, several minutes because use-package connects to elpa.gnu.org and...

I'm trying to port some of my old config into neater use-package declarations and I have a few `add-hook`s which use the optional `DEPTH` and `LOCAL` args of that function....

enhancement

I have the following in my config where is `gnu` defined to point to gnu elpa repository. (use-package org :pin gnu) Expected result: `org-mode` is installed and loaded from the...

moreinfo