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-core.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request from jabranham/lexical-bindings"
John Wiegley
2018-01-27
1
-40
/
+40
*
Revert "Move variable bindings to the bottom of each file"
John Wiegley
2018-01-27
1
-4
/
+3
*
Move variable bindings to the bottom of each file
John Wiegley
2018-01-27
1
-3
/
+4
*
Fix byte compiler warnings
Alex Branham
2018-01-27
1
-38
/
+39
*
Use lexical bindings and remove cl package
Alex Branham
2018-01-27
1
-2
/
+1
*
Prefer org-table-align to orgtbl-ctrl-c-ctrl-c
Alex Branham
2018-01-08
1
-1
/
+1
*
Merge pull request from justbur/elisp-cap
John Wiegley
2017-12-26
1
-0
/
+9
|
\
|
*
Handle automatic macro expansion by elisp-completion-at-point
Justin Burkett
2017-12-19
1
-0
/
+9
*
|
Merge pull request from nickmccurdy/render-report-table
John Wiegley
2017-12-26
1
-0
/
+3
|
\
\
|
*
|
Render the use-package-report table using Org
Nick McCurdy
2017-12-16
1
-0
/
+3
*
|
|
Fix sanity check for correct :custom-face format
wouter bolsterlee
2017-12-20
1
-1
/
+1
|
|
/
|
/
|
*
|
Guard a call to display-warning with ignore
John Wiegley
2017-12-17
1
-4
/
+5
|
/
*
All the second argument in use-package-defaults lists to be a function
John Wiegley
2017-12-15
1
-12
/
+25
*
Minor simplification of a function
John Wiegley
2017-12-10
1
-5
/
+3
*
Fix a scoping issues with multiple occurrences of :bind
John Wiegley
2017-12-09
1
-1
/
+9
*
use-package-normalize/:disabled has the wrong number of arguments
John Wiegley
2017-12-08
1
-1
/
+1
*
Remove several unnecessary calls to `ignore'
John Wiegley
2017-12-07
1
-33
/
+29
*
Changes to the way auto-deferral is indicated
John Wiegley
2017-12-07
1
-70
/
+90
*
Introduce new customization variable `use-package-merge-key-alist'
John Wiegley
2017-12-07
1
-6
/
+29
*
Use cl-gentemp in another place
John Wiegley
2017-12-06
1
-1
/
+1
*
Correctly fix the problem of unreferenced symbols after compilation
John Wiegley
2017-12-06
1
-8
/
+8
*
Revert "Pre-expand lexical-let, since otherwise it requires cl to be loaded"
John Wiegley
2017-12-07
1
-11
/
+8
*
Pre-expand lexical-let, since otherwise it requires cl to be loaded
John Wiegley
2017-12-06
1
-8
/
+11
*
Add documentation for `use-package-report'
John Wiegley
2017-12-06
1
-0
/
+7
*
use-package-defaults predicate must also receive the package name
John Wiegley
2017-12-06
1
-7
/
+7
*
Add missing autoload cookie, and make lack of a normalizer an error
John Wiegley
2017-12-06
1
-6
/
+2
*
Don't compute the verbose debug text unless it's requested
John Wiegley
2017-12-06
1
-12
/
+14
*
Add support for gathering statistics on use-package declarations
John Wiegley
2017-12-06
1
-22
/
+120
*
Respect keyword ordering in use-package-deferring-keywords
John Wiegley
2017-12-06
1
-2
/
+2
*
Allow the expansion of :after (:or foo bar) to be byte-compiled
John Wiegley
2017-12-06
1
-8
/
+5
*
Make the expanded text for :after cleaner
John Wiegley
2017-12-06
1
-20
/
+14
*
Several changes as suggested by flycheck
John Wiegley
2017-12-05
1
-11
/
+14
*
Don't auto-defer if the package itself was given to :load
John Wiegley
2017-12-05
1
-0
/
+4
*
Allow `:load t' to mean the same as :load of the package name
John Wiegley
2017-12-05
1
-1
/
+1
*
Whitespace change
John Wiegley
2017-12-05
1
-1
/
+2
*
Lower the priority of :if/:when/:unless in use-package-keywords
John Wiegley
2017-12-05
1
-3
/
+3
*
Normalize errors should be errors, that are then caught by :catch
John Wiegley
2017-12-05
1
-4
/
+1
*
Avoid using pcase and many other macros in macro-expanded forms
John Wiegley
2017-12-05
1
-103
/
+119
*
Fix function accidentally made interactive
Radon Rosborough
2017-12-04
1
-1
/
+3
*
Use cl-gensym
John Wiegley
2017-12-04
1
-17
/
+4
*
Some Emacsen don't have gensym
John Wiegley
2017-12-04
1
-4
/
+17
*
Add several missing comments
John Wiegley
2017-12-04
1
-1
/
+1
*
Swap the order of two definitions
John Wiegley
2017-12-04
1
-45
/
+45
*
Rename up-* files to use-package-* for consistency
John Wiegley
2017-12-04
1
-0
/
+1353