summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add: 'local' keyword"Stefan Kangas2022-11-271-27/+1
* Merge pull request from skangas/dir-localsJohn Wiegley2022-11-161-4/+0
|\
| * Add .dir-locals.elStefan Kangas2022-11-161-4/+0
* | Delete redundant headersStefan Kangas2022-11-161-6/+0
* | Normalize GPLv3 license statementsStefan Kangas2022-11-161-11/+9
|/
* Merge pull request from skangas/checkdocJohn Wiegley2022-11-141-27/+29
|\
| * Various checkdoc fixesStefan Kangas2022-11-141-27/+29
* | Merge pull request from skangas/ciJohn Wiegley2022-11-141-5/+12
|\ \ | |/ |/|
| * Fix building on Emacs 24.3Stefan Kangas2022-11-131-5/+12
* | Bump version to 2.4.4Payas Relekar2022-11-051-2/+2
|/
* Merge pull request from andreyorst/face-spec-set-third-argumentJohn Wiegley2022-10-291-2/+2
|\
| * Allow passing the SPEC-TYPE argument via :custom-faceAndrey Listopadov2022-10-291-2/+2
* | Bump version to 2.4.3Payas Relekar2022-10-281-2/+2
|/
* Merge pull request from andreyorst/face-spec-setJohn Wiegley2022-10-271-1/+1
|\
| * Use face-spec-set instead of custom-set-facesAndrey Listopadov2022-10-171-1/+1
* | Update version to 2.4.2Payas Relekar2022-10-271-2/+2
* | Update copyright for submission to ELPAPayas Relekar2022-10-251-1/+1
|/
* Merge pull request from conao3/add-commands-keywordJohn Wiegley2022-10-121-1/+26
|\
| * add autoload keywordNaoya Yamashita2021-02-231-1/+26
* | Merge pull request from CeleritasCelery/masterJohn Wiegley2022-09-091-1/+4
|\ \
| * | Auto detect mode suffix in hook keywordTroy Hinckley2021-05-171-1/+4
| |/
* | Fix emacs native compilation warningCodruț Constantin Gușoi2022-09-091-3/+3
* | Revert "Remove use-package-font-lock-keywords"John Wiegley2022-08-181-0/+7
* | Merge pull request from belak/remove-extra-font-lock-keywordsJohn Wiegley2022-08-181-7/+0
|\ \
| * | Remove use-package-font-lock-keywordsKaleb Elwert2020-08-111-7/+0
* | | Quote single quotes in docstrings or use different quotingJonas Bernoulli2022-08-081-2/+2
* | | Merge pull request from conao3/fix-declare-styleJohn Wiegley2022-08-071-3/+1
|\ \ \
| * | | * use-package-core.el (use-package): fix declare styleNaoya Yamashita2019-04-141-3/+1
* | | | Merge pull request from waymondo/use-package-hook-handler-flatten-mode-symbolsJohn Wiegley2022-08-071-1/+5
|\ \ \ \
| * | | | rename functionJustin Talbott2019-06-141-2/+2
| * | | | extract use-package-hook-handler-flatten-mode-symbols functionJustin Talbott2019-06-141-1/+5
* | | | | Merge pull request from matzebond/masterJohn Wiegley2022-08-071-1/+27
|\ \ \ \ \
| * | | | | Add: 'local' keywordMatthias Schmitt2022-07-111-1/+27
| | |_|_|/ | |/| | |
* | | | | Merge pull request from iaeerfung/masterJohn Wiegley2022-08-071-1/+1
|\ \ \ \ \
| * | | | | fix docstring. was: invalid function nameYurii Kholodkov2021-02-161-1/+1
| |/ / / /
* | | | | Merge pull request from wyuenho/set-default-use-package-enable-imenu-supportJohn Wiegley2022-08-071-2/+3
|\ \ \ \ \
| * | | | | Fix void-variable use-package-enable-imenu-supportJimmy Yuen Ho Wong2021-03-071-2/+3
| |/ / / /
* | | | | Merge pull request from wyuenho/statistics-sortingJohn Wiegley2022-08-071-9/+38
|\ \ \ \ \
| * | | | | Properly sort use-package-statistics-reportJimmy Yuen Ho Wong2021-03-131-9/+38
| |/ / / /
* / / / / 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