summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
Commit message (Expand)AuthorAgeFilesLines
...
* Only add :ensure nil on :load-path if use-package-always-ensure is tJohn Wiegley2017-11-291-1/+2
* Restructure some codeJohn Wiegley2017-11-291-19/+20
* Using :load-path without also using :ensure now implies :ensure nilJohn Wiegley2017-11-291-0/+3
* Correction to use-package--recognize-functionJohn Wiegley2017-11-291-5/+7
* Allow keys to be bound to nilJohn Wiegley2017-11-291-15/+18
* Fix a missing `and'John Wiegley2017-11-291-2/+2
* Use backquote rather than quoteJohn Wiegley2017-11-291-2/+2
* Correct use-package-normalize-modeJohn Wiegley2017-11-291-1/+1
* Update version and copyrightJohn Wiegley2017-11-291-6/+6
* Allow :bind ("C-c C-c" . (lambda () (ding))) and #'(lambda ...)John Wiegley2017-11-291-124/+176
* Require Emacs version >= 24.3Basil L. Contovounesios2017-11-291-1/+1
* Require cl-lib and do not use seq functionsBasil L. Contovounesios2017-11-291-2/+3
* When use-package-inject-hooks is non-nil, always fire init/config hooksJohn Wiegley2017-11-281-17/+21
* When byte-compiling, correctly output declare-function directivesJohn Wiegley2017-11-281-0/+3
* Make diminish a soft dependency, as delight already wasJohn Wiegley2017-11-281-4/+3
* Allow :diminish to take no argument, once againJohn Wiegley2017-11-281-4/+6
* Fix for single :custom (foo bar)John Wiegley2017-11-281-1/+3
* Allow :custom (foo1 bar1) (foo2 bar2) etcJohn Wiegley2017-11-281-14/+9
* Add support for `:hook`John Wiegley2017-11-281-0/+49
* Append to *use-package* when debugging, don't clear itJohn Wiegley2017-11-281-9/+8
* Make unrecognized keywords a warningJohn Wiegley2017-11-281-1/+4
* Upgrade license to GPL 3John Wiegley2017-11-281-1/+1
* Don't allow :commands, :bind, etc., to be given an empty listJohn Wiegley2017-11-281-2/+2
* Explicit :defer t should override use-package-always-demandJohn Wiegley2017-11-281-2/+4
* Merge pull request from drrlvn/patch-1John Wiegley2017-11-281-1/+0
|\
| * Remove duplicate documentation of :modeDror Levin2017-07-311-1/+0
* | Corrections to the normalization of :customJohn Wiegley2017-11-281-17/+14
* | Merge pull request from joewreschnig/implicit-diminishJohn Wiegley2017-11-281-1/+3
|\ \
| * | Allow `:diminish` with no argumentsJoe Wreschnig2017-07-081-1/+3
* | | allow customized values to be nilJustin Talbott2017-11-201-1/+2
* | | Merge pull request from canatella/add-customization-keywordsJohn Wiegley2017-11-201-0/+69
|\ \ \
| * | | Add support for face customizationDamien Merenne2017-11-101-0/+29
| * | | Add support for variable customizationDamien Merenne2017-11-101-0/+40
* | | | Fix typos in docstringCarl Lieberman2017-10-301-2/+2
|/ / /
* | | Cosmetic changes to use-package-ensure-elpaJonas Bernoulli2017-10-131-8/+9
* | | Don't use with-demoted-errors in use-package-ensure-elpaJonas Bernoulli2017-10-131-9/+12
* | | Merge pull request from raxod502/feat/fix-install-deferredJohn Wiegley2017-08-121-5/+6
|\ \ \ | |_|/ |/| |
| * | Fix bug in use-package-install-deferred-packageRadon Rosborough2017-06-301-5/+6
* | | Document :delight in the doc string and READMEJoe Wreschnig2017-07-101-0/+1
| |/ |/|
* | Allow :major as the third argument in :delight callsJoe Wreschnig2017-07-021-5/+10
* | Allow multiple :delight arguments, or omitting the mode. ()Joe Wreschnig2017-07-021-13/+38
|/
* Add `:magic` and `:magic-fallback` keywords (issue)Joe Wreschnig2017-06-151-61/+81
* Protect against errors during package installDavid Leatherman2017-05-221-1/+1
* Fix quoting error in failed autoload messageRadon Rosborough2017-05-071-1/+1
* Make use-package-normalize-value handle nil betterRadon Rosborough2017-04-041-1/+2
* Add comment explaining keyword-argument patchRadon Rosborough2017-04-031-0/+19
* Don't mutilate keyword arguments in :bindRadon Rosborough2017-04-021-6/+9
* Merge pull request from raxod502/fix-afterJohn Wiegley2017-03-271-1/+1
|\
| * Fix :after keywordRadon Rosborough2017-03-191-1/+1
* | Add use-package-always-defer-installRadon Rosborough2017-03-261-1/+9
|/