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
...
*
|
|
|
|
Fix typo in use-package docstring
Stefan Kangas
2022-06-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add use-package-use-theme and avoid missing theme errors
Ted Zlatanov
2021-02-06
1
-12
/
+35
*
|
|
|
Use a single let binding when expanding consecutive :custom forms
Johann Klähn
2021-02-03
1
-11
/
+12
*
|
|
|
Remove use-package theme from global list of custom-enabled-themes
Ted Zlatanov
2021-01-10
1
-3
/
+8
*
|
|
|
Create new "use-package" themse and use it for :custom with custom-theme-set-...
Ted Zlatanov
2020-11-29
1
-2
/
+8
*
|
|
|
set property theme-value to avoid saving variable
Ted Zlatanov
2020-11-29
1
-1
/
+2
*
|
|
|
Revert "use-package-core.el: use the Emacs set-default function to avoid savi...
Ted Zlatanov
2020-11-29
1
-4
/
+1
*
|
|
|
set saved-variable-comment from :custom
Ted Zlatanov
2020-11-29
1
-1
/
+2
*
|
|
|
Update version to 2.4.1
John Wiegley
2020-11-10
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Update the documentation for :custom as per
Ted Zlatanov
2020-07-12
1
-1
/
+3
*
|
|
Fix broken test due to
Jimmy Yuen Ho Wong
2020-07-12
1
-1
/
+1
*
|
|
use-package-core.el: use the Emacs set-default function to avoid saving :cust...
Ted Zlatanov
2020-06-22
1
-1
/
+3
*
|
|
Merge branch 'master' into call-hooks-even-if-no-config
John Wiegley
2020-06-18
1
-4
/
+4
|
\
\
\
|
*
|
|
typo, should be a vector, not a bytecode object
Nahuel Greco
2020-05-20
1
-4
/
+4
*
|
|
|
Add special value back again, in case needed for backwards compat
John Lee
2020-05-09
1
-2
/
+3
*
|
|
|
Even when there's no :config, run any pre/post config hooks
John Lee
2020-05-09
1
-3
/
+2
|
/
/
/
*
|
|
Clarify the documentation for :after
John Wiegley
2020-03-04
1
-3
/
+5
*
|
|
Fix typos
Jonas Bernoulli
2019-11-06
1
-1
/
+1
*
|
|
Switch from `require' to `load' + `featurep'
Radon Rosborough
2019-07-15
1
-1
/
+2
*
|
|
Use `require', not `load', when byte-compiling
Radon Rosborough
2019-07-12
1
-1
/
+1
|
/
/
*
/
Make custom-face evaluate elisp
Vincent Zhang
2019-05-29
1
-1
/
+1
|
/
*
Add a line of documentation for (use-pacakage ... :hook)
Andrew Stribblehill
2019-04-04
1
-1
/
+2
*
Merge pull request from conao3/fix_default_value
John Wiegley
2018-11-19
1
-4
/
+4
|
\
|
*
fix gethash default value for use-package-statistics-time
Naoya Yamashita
2018-05-19
1
-4
/
+4
*
|
Silence byte-compiler on Emacs 25
Jonas Bernoulli
2018-11-10
1
-23
/
+23
*
|
Fix use-package-normalize-function
Alex Branham
2018-06-13
1
-1
/
+1
*
|
Enable lexical binding
Alex Branham
2018-06-13
1
-41
/
+41
|
/
*
Fix compile-time warnings due to the statistics-reporting code
Damien Cassou
2018-03-12
1
-18
/
+18
*
Add missing require
Damien Cassou
2018-03-12
1
-0
/
+6
*
Revert "Fix report"
John Wiegley
2018-03-11
1
-19
/
+18
*
Fix compile-time warnings due to the statistics-reporting code
Damien Cassou
2018-03-11
1
-18
/
+18
*
Add missing require
Damien Cassou
2018-03-11
1
-0
/
+1
*
Use a tabulated-list to display package configuration statistics
Damien Cassou
2018-03-08
1
-24
/
+54
*
Fix usage of plist argument in use-package-normalize-plist
Justin Burkett
2018-02-06
1
-1
/
+2
*
Add use-package-ignore-unknown-keywords option
Justin Burkett
2018-02-06
1
-2
/
+15
*
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
[prev]
[next]