summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix typo in use-package docstringStefan Kangas2022-06-261-1/+1
|/ / / /
* | | | Add use-package-use-theme and avoid missing theme errorsTed Zlatanov2021-02-061-12/+35
* | | | Use a single let binding when expanding consecutive :custom formsJohann Klähn2021-02-031-11/+12
* | | | Remove use-package theme from global list of custom-enabled-themesTed Zlatanov2021-01-101-3/+8
* | | | Create new "use-package" themse and use it for :custom with custom-theme-set-...Ted Zlatanov2020-11-291-2/+8
* | | | set property theme-value to avoid saving variableTed Zlatanov2020-11-291-1/+2
* | | | Revert "use-package-core.el: use the Emacs set-default function to avoid savi...Ted Zlatanov2020-11-291-4/+1
* | | | set saved-variable-comment from :customTed Zlatanov2020-11-291-1/+2
* | | | Update version to 2.4.1John Wiegley2020-11-101-2/+2
| |_|/ |/| |
* | | Update the documentation for :custom as perTed Zlatanov2020-07-121-1/+3
* | | Fix broken test due toJimmy Yuen Ho Wong2020-07-121-1/+1
* | | use-package-core.el: use the Emacs set-default function to avoid saving :cust...Ted Zlatanov2020-06-221-1/+3
* | | Merge branch 'master' into call-hooks-even-if-no-configJohn Wiegley2020-06-181-4/+4
|\ \ \
| * | | typo, should be a vector, not a bytecode objectNahuel Greco2020-05-201-4/+4
* | | | Add special value back again, in case needed for backwards compatJohn Lee2020-05-091-2/+3
* | | | Even when there's no :config, run any pre/post config hooksJohn Lee2020-05-091-3/+2
|/ / /
* | | Clarify the documentation for :afterJohn Wiegley2020-03-041-3/+5
* | | Fix typosJonas Bernoulli2019-11-061-1/+1
* | | Switch from `require' to `load' + `featurep'Radon Rosborough2019-07-151-1/+2
* | | Use `require', not `load', when byte-compilingRadon Rosborough2019-07-121-1/+1
|/ /
* / Make custom-face evaluate elispVincent Zhang2019-05-291-1/+1
|/
* Add a line of documentation for (use-pacakage ... :hook)Andrew Stribblehill2019-04-041-1/+2
* Merge pull request from conao3/fix_default_valueJohn Wiegley2018-11-191-4/+4
|\
| * fix gethash default value for use-package-statistics-timeNaoya Yamashita2018-05-191-4/+4
* | Silence byte-compiler on Emacs 25Jonas Bernoulli2018-11-101-23/+23
* | Fix use-package-normalize-functionAlex Branham2018-06-131-1/+1
* | Enable lexical bindingAlex Branham2018-06-131-41/+41
|/
* Fix compile-time warnings due to the statistics-reporting codeDamien Cassou2018-03-121-18/+18
* Add missing requireDamien Cassou2018-03-121-0/+6
* Revert "Fix report"John Wiegley2018-03-111-19/+18
* Fix compile-time warnings due to the statistics-reporting codeDamien Cassou2018-03-111-18/+18
* Add missing requireDamien Cassou2018-03-111-0/+1
* Use a tabulated-list to display package configuration statisticsDamien Cassou2018-03-081-24/+54
* Fix usage of plist argument in use-package-normalize-plistJustin Burkett2018-02-061-1/+2
* Add use-package-ignore-unknown-keywords optionJustin Burkett2018-02-061-2/+15
* 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