summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Bump use-package version for Emacs 29.1Stefan Kangas2023-01-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Improve use-package Commentary sectionsStefan Kangas2022-12-091-6/+6
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+5
* Add package keyword from finder-known-keywordsStefan Kangas2022-11-171-1/+1
* Delete redundant headersStefan Kangas2022-11-161-1/+0
* Normalize GPLv3 license statementsStefan Kangas2022-11-161-11/+9
* Bump version to 2.4.4Payas Relekar2022-11-051-1/+1
* Bump version to 2.4.3Payas Relekar2022-10-281-1/+1
* Update version to 2.4.2Payas Relekar2022-10-271-1/+1
* Update copyright for submission to ELPAPayas Relekar2022-10-251-1/+1
* Update version to 2.4.1John Wiegley2020-11-101-1/+1
* Enable lexical bindingAlex Branham2018-06-131-1/+1
* Revert "Merge pull request from jabranham/lexical-bindings"John Wiegley2018-01-271-1/+1
* Revert "Move variable bindings to the bottom of each file"John Wiegley2018-01-271-6/+1
* Move variable bindings to the bottom of each fileJohn Wiegley2018-01-271-1/+6
* Use lexical bindings and remove cl packageAlex Branham2018-01-271-1/+1
* Add several missing commentsJohn Wiegley2017-12-041-4/+0
* Rename up-* files to use-package-* for consistencyJohn Wiegley2017-12-041-7/+7
* Split key binding functionality out into its own fileJohn Wiegley2017-12-041-1/+2
* Please the byte-compilerJohn Wiegley2017-12-041-0/+1
* Move optional jumping functionality to its own moduleJohn Wiegley2017-12-031-0/+3
* Break out ensure/diminish/delight into their own support filesJohn Wiegley2017-12-031-1625/+4
* Move the use-package-keywords defcustom to the top of the fileJohn Wiegley2017-12-031-47/+47
* Move functions around for better logical groupingJohn Wiegley2017-12-031-557/+510
* Change most use-package-- prefixes to just use-package-John Wiegley2017-12-031-169/+167
* Remove a local variable bindingJohn Wiegley2017-12-031-1/+0
* Always catch errors during configurationJohn Wiegley2017-12-031-20/+19
* A great deal of internal reorganization and simplificationJohn Wiegley2017-12-031-386/+489
* Fix `use-package-ensure-function' docstring typoRadon Rosborough2017-12-021-1/+1
* If use-package-verbose is t, show loading times when :after is usedJohn Wiegley2017-12-011-17/+19
* Remove the :defer-install keywordJohn Wiegley2017-12-011-225/+39
* :demand should not override an explicit use of :afterJohn Wiegley2017-12-011-0/+4
* Remove some debug code that crept inJohn Wiegley2017-12-011-1/+0
* Always wrap the expanded body from use-package in (progn)John Wiegley2017-12-011-19/+20
* Don't factor out a volatile variableJohn Wiegley2017-12-011-4/+5
* Generate :defines and :functions correctlyJohn Wiegley2017-12-011-27/+18
* Correct the ordering of :preface, :load-path, :defines and :functionsJohn Wiegley2017-12-011-3/+3
* Whitespace fixJohn Wiegley2017-12-011-11/+12
* Move :hook before :deferJohn Wiegley2017-12-011-1/+1
* Don't macroexpand bind-keys, leave that to the evaluatorJohn Wiegley2017-12-011-3/+2
* Always use `load' when loading for the sake of compilationJohn Wiegley2017-12-011-1/+3
* Sort keywords at the appropriate timeJohn Wiegley2017-12-011-9/+10
* Change the :config default, if none has been set in varsJohn Wiegley2017-12-011-1/+1
* :no-require t should never requireJohn Wiegley2017-11-301-6/+10
* Code reformattingJohn Wiegley2017-11-301-10/+10
* A final fix to :ensure + :load-pathJohn Wiegley2017-11-301-1/+3
* Don't check for an :ensure that use-package-always-ensure may have addedJohn Wiegley2017-11-301-2/+1
* Add a use-package-version variableJohn Wiegley2017-11-301-0/+3