Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | let bind-key* override minor modes with emulation-mode-map-alists | Noam Postavsky | 2013-04-13 | 1 | -1/+6 | |
|/ | ||||||
* | Runtime client code independence redux | Phil Hudson | 2013-03-23 | 1 | -1/+1 | |
| | | | | Tweak to previous fix for expanding macros correctly at code-planting time. Specifically, eval `use-package-minimum-reported-time' at code-planting time not at runtime (which would require use-package.el to be loaded first). | |||||
* | Corrected a typo | John Wiegley | 2013-02-18 | 1 | -2/+2 | |
| | ||||||
* | idle initiation of packages | Phillip Lord | 2013-02-12 | 1 | -2/+72 | |
| | | | | A new feature which adds support for idle startup and loading of packages. | |||||
* | Added minimum load time display option | Phillip Lord | 2013-02-05 | 1 | -1/+7 | |
| | | | | | Makes the minimum load time before use-package displays a message a customizable option. | |||||
* | Cleanup trailing whitespace | Berk D. Demir | 2013-01-28 | 1 | -5/+5 | |
| | | | | Just `M-x delete-trailing-whitespace' on use-package.el | |||||
* | Merge pull request from PhilHudson/macroexpand | John Wiegley | 2013-01-23 | 1 | -4/+6 | |
|\ | | | | | | | Macroexpand quoted eval-after-load block early GitHub-reference: https://github.com/jwiegley/use-package/issues/13 | |||||
| * | Macroexpand quoted eval-after-load block early | Phil Hudson | 2013-01-23 | 1 | -4/+6 | |
| | | | | | | | | The main `use-package' macro incorrectly planted code containing a call to the `with-elapsed-timer' macro in a quoted block to be run by `eval-after-load'. If package use-package was not loaded at runtime, the block would error saying correctly that `with-elapsed-timer' is undefined. This mod correctly macroexpands the block at code generation time. | |||||
* | | Support packages where autoload and elpa name are different | Phillip Lord | 2013-01-18 | 1 | -5/+10 | |
| | | | | | | | | | | | | | | Some packages such as ECB already provide an autoload file, so it is this that use-package needs to require. However, the ELPA name is ecb. This commit allows ensure to take an argument (other than t). | |||||
* | | Documentation for the use-package macro | Phillip Lord | 2013-01-17 | 1 | -0/+22 | |
| | | ||||||
* | | Reverting "Documentation for the use-package macro." | Phillip Lord | 2013-01-17 | 1 | -29/+2 | |
| | | | | | | | | | | | | Revert "Documentation for the use-package macro." This reverts commit abc0ebc92dc1cf9ef9adfe133d0b30bf7382b65c. | |||||
* | | Documentation for the use-package macro | Phillip Lord | 2013-01-17 | 1 | -2/+29 | |
| | | ||||||
* | | ELPA package support | Phillip Lord | 2012-12-31 | 1 | -0/+11 | |
|/ | ||||||
* | Support diminishing to a replacement string as well as to nothing | Phil Hudson | 2012-11-21 | 1 | -3/+9 | |
| | | | | | | | | | | | `diminish' accepts an optional second argument, a replacement string. This change supports all the following arguments to ':diminish': * package * (package . "pkg") * (package1 package2) * ((package1 . "p1") (package2 . "p2)) The second and fourth formats are new with this change. | |||||
* | Use-package now accepts function as argument | John Wiegley | 2012-07-30 | 1 | -3/+6 | |
| | ||||||
* | Only use user-site-lisp-directory if defined | John Wiegley | 2012-07-11 | 1 | -1/+3 | |
| | ||||||
* | Correct return value from with-elapsed-timer | John Wiegley | 2012-06-26 | 1 | -7/+8 | |
| | ||||||
* | More updates to support el-get | John Wiegley | 2012-06-22 | 1 | -23/+42 | |
| | ||||||
* | Byte-compilation related fix | John Wiegley | 2012-06-22 | 1 | -7/+6 | |
| | ||||||
* | Added :pre-init | John Wiegley | 2012-06-20 | 1 | -1/+4 | |
| | ||||||
* | Establish autoloads after :init | John Wiegley | 2012-06-20 | 1 | -1/+1 | |
| | ||||||
* | Added :mode and :interpreter keywords | John Wiegley | 2012-06-17 | 1 | -47/+98 | |
| | ||||||
* | Add a note about how to use :load-path | John Wiegley | 2012-06-17 | 1 | -0/+9 | |
| | ||||||
* | If :load-path is absolute, don't expand it | John Wiegley | 2012-06-17 | 1 | -1/+3 | |
| | ||||||
* | Die typos, die | John Wiegley | 2012-06-17 | 1 | -2/+2 | |
| | ||||||
* | Fixed a typo | John Wiegley | 2012-06-17 | 1 | -2/+2 | |
| | ||||||
* | Minor reformatting | John Wiegley | 2012-06-17 | 1 | -6/+5 | |
| | ||||||
* | Minor grammatical nit | John Wiegley | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | Integrated support for working with el-get | John Wiegley | 2012-06-17 | 1 | -0/+67 | |
| | ||||||
* | Make use-package-verbose customizable | John Wiegley | 2012-06-17 | 1 | -1/+4 | |
| | ||||||
* | Have loading timer include time to require | John Wiegley | 2012-06-17 | 1 | -9/+9 | |
| | ||||||
* | Fixed a typo in bind-key.el | John Wiegley | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | README and other updates | John Wiegley | 2012-06-17 | 2 | -0/+540 | |