summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request from jabranham/lexical-bindings"John Wiegley2018-01-271-40/+40
* Revert "Move variable bindings to the bottom of each file"John Wiegley2018-01-271-4/+3
* Move variable bindings to the bottom of each fileJohn Wiegley2018-01-271-3/+4
* Fix byte compiler warningsAlex Branham2018-01-271-38/+39
* Use lexical bindings and remove cl packageAlex Branham2018-01-271-2/+1
* Prefer org-table-align to orgtbl-ctrl-c-ctrl-cAlex Branham2018-01-081-1/+1
* Merge pull request from justbur/elisp-capJohn Wiegley2017-12-261-0/+9
|\
| * Handle automatic macro expansion by elisp-completion-at-pointJustin Burkett2017-12-191-0/+9
* | Merge pull request from nickmccurdy/render-report-tableJohn Wiegley2017-12-261-0/+3
|\ \
| * | Render the use-package-report table using OrgNick McCurdy2017-12-161-0/+3
* | | Fix sanity check for correct :custom-face formatwouter bolsterlee2017-12-201-1/+1
| |/ |/|
* | Guard a call to display-warning with ignoreJohn Wiegley2017-12-171-4/+5
|/
* All the second argument in use-package-defaults lists to be a functionJohn Wiegley2017-12-151-12/+25
* Minor simplification of a functionJohn Wiegley2017-12-101-5/+3
* Fix a scoping issues with multiple occurrences of :bindJohn Wiegley2017-12-091-1/+9
* use-package-normalize/:disabled has the wrong number of argumentsJohn Wiegley2017-12-081-1/+1
* Remove several unnecessary calls to `ignore'John Wiegley2017-12-071-33/+29
* Changes to the way auto-deferral is indicatedJohn Wiegley2017-12-071-70/+90
* Introduce new customization variable `use-package-merge-key-alist'John Wiegley2017-12-071-6/+29
* Use cl-gentemp in another placeJohn Wiegley2017-12-061-1/+1
* Correctly fix the problem of unreferenced symbols after compilationJohn Wiegley2017-12-061-8/+8
* Revert "Pre-expand lexical-let, since otherwise it requires cl to be loaded"John Wiegley2017-12-071-11/+8
* Pre-expand lexical-let, since otherwise it requires cl to be loadedJohn Wiegley2017-12-061-8/+11
* Add documentation for `use-package-report'John Wiegley2017-12-061-0/+7
* use-package-defaults predicate must also receive the package nameJohn Wiegley2017-12-061-7/+7
* Add missing autoload cookie, and make lack of a normalizer an errorJohn Wiegley2017-12-061-6/+2
* Don't compute the verbose debug text unless it's requestedJohn Wiegley2017-12-061-12/+14
* Add support for gathering statistics on use-package declarationsJohn Wiegley2017-12-061-22/+120
* Respect keyword ordering in use-package-deferring-keywordsJohn Wiegley2017-12-061-2/+2
* Allow the expansion of :after (:or foo bar) to be byte-compiledJohn Wiegley2017-12-061-8/+5
* Make the expanded text for :after cleanerJohn Wiegley2017-12-061-20/+14
* Several changes as suggested by flycheckJohn Wiegley2017-12-051-11/+14
* Don't auto-defer if the package itself was given to :loadJohn Wiegley2017-12-051-0/+4
* Allow `:load t' to mean the same as :load of the package nameJohn Wiegley2017-12-051-1/+1
* Whitespace changeJohn Wiegley2017-12-051-1/+2
* Lower the priority of :if/:when/:unless in use-package-keywordsJohn Wiegley2017-12-051-3/+3
* Normalize errors should be errors, that are then caught by :catchJohn Wiegley2017-12-051-4/+1
* Avoid using pcase and many other macros in macro-expanded formsJohn Wiegley2017-12-051-103/+119
* Fix function accidentally made interactiveRadon Rosborough2017-12-041-1/+3
* Use cl-gensymJohn Wiegley2017-12-041-17/+4
* Some Emacsen don't have gensymJohn Wiegley2017-12-041-4/+17
* Add several missing commentsJohn Wiegley2017-12-041-1/+1
* Swap the order of two definitionsJohn Wiegley2017-12-041-45/+45
* Rename up-* files to use-package-* for consistencyJohn Wiegley2017-12-041-0/+1353