use-package
use-package copied to clipboard
A use-package declaration for simplifying your .emacs
`use-package` requires setting `custom-theme-load-path` when loading a local theme with `:load-path`
Hi! I noticed this weird issue on my setup which I'm pretty sure wasn't happening earlier. Currently when I load my local theme with: ```elisp (use-package tok-theme :load-path "themes/tok-theme" :defer...
package-autoremove reports a number of packages that can be removed that are really dependencies of other packages. As it turns out, I believe that the packages were installed by use-package....
The manual for use-package implies that :bind should be sufficient to defer loading the package: ``` 4.16 ‘:mode’, ‘:interpreter’ ============================ Similar to ‘:bind’, you can use ‘:mode’ and ‘:interpreter’ to...
Currently, the `:demand` keyword is mentioned in a note. It took me quite some time to figure out that 1) it existed 2) it did what I needed it to...
I read through the issues and saw something about using such code if you want to add key bindings to multiple maps and I thought this was the solution basically...
The README.md indicates the following code causes the key binding to be done in **helm-mode-map**, but the keymap name appears to be **helm-command-map**. This change in the names of the...
Half of the packages in my .emacs file fail to lazy load. For some reason, use-package is trying to load them aggressively early. https://github.com/mcandre/dotfiles/blob/master/.emacs I even have to manually `(package-install...
I want to rebind `backward-up-list` to my function generate by a macro ,but it tell me `(error "use-package: web-mode wants arguments acceptable to the `bind-keys' macro, or a list of...
I wanted to add a key to my citar config for opening a citation in ebib. This requires binding keys to conses of a description string and a function. This...
The new MELPA homepage has moved to https://melpa.org/#/