index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
use-package
/
use-package.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Bump use-package version for Emacs 29.1
Stefan Kangas
2023-01-15
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Improve use-package Commentary sections
Stefan Kangas
2022-12-09
1
-6
/
+6
*
; Normalize GPLv3 license statements in new files
Stefan Kangas
2022-12-09
1
-3
/
+5
*
Add package keyword from finder-known-keywords
Stefan Kangas
2022-11-17
1
-1
/
+1
*
Delete redundant headers
Stefan Kangas
2022-11-16
1
-1
/
+0
*
Normalize GPLv3 license statements
Stefan Kangas
2022-11-16
1
-11
/
+9
*
Bump version to 2.4.4
Payas Relekar
2022-11-05
1
-1
/
+1
*
Bump version to 2.4.3
Payas Relekar
2022-10-28
1
-1
/
+1
*
Update version to 2.4.2
Payas Relekar
2022-10-27
1
-1
/
+1
*
Update copyright for submission to ELPA
Payas Relekar
2022-10-25
1
-1
/
+1
*
Update version to 2.4.1
John Wiegley
2020-11-10
1
-1
/
+1
*
Enable lexical binding
Alex Branham
2018-06-13
1
-1
/
+1
*
Revert "Merge pull request from jabranham/lexical-bindings"
John Wiegley
2018-01-27
1
-1
/
+1
*
Revert "Move variable bindings to the bottom of each file"
John Wiegley
2018-01-27
1
-6
/
+1
*
Move variable bindings to the bottom of each file
John Wiegley
2018-01-27
1
-1
/
+6
*
Use lexical bindings and remove cl package
Alex Branham
2018-01-27
1
-1
/
+1
*
Add several missing comments
John Wiegley
2017-12-04
1
-4
/
+0
*
Rename up-* files to use-package-* for consistency
John Wiegley
2017-12-04
1
-7
/
+7
*
Split key binding functionality out into its own file
John Wiegley
2017-12-04
1
-1
/
+2
*
Please the byte-compiler
John Wiegley
2017-12-04
1
-0
/
+1
*
Move optional jumping functionality to its own module
John Wiegley
2017-12-03
1
-0
/
+3
*
Break out ensure/diminish/delight into their own support files
John Wiegley
2017-12-03
1
-1625
/
+4
*
Move the use-package-keywords defcustom to the top of the file
John Wiegley
2017-12-03
1
-47
/
+47
*
Move functions around for better logical grouping
John Wiegley
2017-12-03
1
-557
/
+510
*
Change most use-package-- prefixes to just use-package-
John Wiegley
2017-12-03
1
-169
/
+167
*
Remove a local variable binding
John Wiegley
2017-12-03
1
-1
/
+0
*
Always catch errors during configuration
John Wiegley
2017-12-03
1
-20
/
+19
*
A great deal of internal reorganization and simplification
John Wiegley
2017-12-03
1
-386
/
+489
*
Fix `use-package-ensure-function' docstring typo
Radon Rosborough
2017-12-02
1
-1
/
+1
*
If use-package-verbose is t, show loading times when :after is used
John Wiegley
2017-12-01
1
-17
/
+19
*
Remove the :defer-install keyword
John Wiegley
2017-12-01
1
-225
/
+39
*
:demand should not override an explicit use of :after
John Wiegley
2017-12-01
1
-0
/
+4
*
Remove some debug code that crept in
John Wiegley
2017-12-01
1
-1
/
+0
*
Always wrap the expanded body from use-package in (progn)
John Wiegley
2017-12-01
1
-19
/
+20
*
Don't factor out a volatile variable
John Wiegley
2017-12-01
1
-4
/
+5
*
Generate :defines and :functions correctly
John Wiegley
2017-12-01
1
-27
/
+18
*
Correct the ordering of :preface, :load-path, :defines and :functions
John Wiegley
2017-12-01
1
-3
/
+3
*
Whitespace fix
John Wiegley
2017-12-01
1
-11
/
+12
*
Move :hook before :defer
John Wiegley
2017-12-01
1
-1
/
+1
*
Don't macroexpand bind-keys, leave that to the evaluator
John Wiegley
2017-12-01
1
-3
/
+2
*
Always use `load' when loading for the sake of compilation
John Wiegley
2017-12-01
1
-1
/
+3
*
Sort keywords at the appropriate time
John Wiegley
2017-12-01
1
-9
/
+10
*
Change the :config default, if none has been set in vars
John Wiegley
2017-12-01
1
-1
/
+1
*
:no-require t should never require
John Wiegley
2017-11-30
1
-6
/
+10
*
Code reformatting
John Wiegley
2017-11-30
1
-10
/
+10
*
A final fix to :ensure + :load-path
John Wiegley
2017-11-30
1
-1
/
+3
*
Don't check for an :ensure that use-package-always-ensure may have added
John Wiegley
2017-11-30
1
-2
/
+1
*
Add a use-package-version variable
John Wiegley
2017-11-30
1
-0
/
+3
[next]