Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add: 'local' keyword" | Stefan Kangas | 2022-11-27 | 1 | -27/+1 |
| | | | | This reverts commit 620fe443c2e7598191cb5d6c6a41064471edb57c. | ||||
* | Merge pull request from skangas/dir-locals | John Wiegley | 2022-11-16 | 1 | -4/+0 |
|\ | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/1023 | ||||
| * | Add .dir-locals.el | Stefan Kangas | 2022-11-16 | 1 | -4/+0 |
| | | |||||
* | | Delete redundant headers | Stefan Kangas | 2022-11-16 | 1 | -6/+0 |
| | | |||||
* | | Normalize GPLv3 license statements | Stefan Kangas | 2022-11-16 | 1 | -11/+9 |
|/ | |||||
* | Merge pull request from skangas/checkdoc | John Wiegley | 2022-11-14 | 1 | -27/+29 |
|\ | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/1015 | ||||
| * | Various checkdoc fixes | Stefan Kangas | 2022-11-14 | 1 | -27/+29 |
| | | |||||
* | | Merge pull request from skangas/ci | John Wiegley | 2022-11-14 | 1 | -5/+12 |
|\ \ | |/ |/| | GitHub-reference: https://github.com/jwiegley/use-package/issues/1013 | ||||
| * | Fix building on Emacs 24.3 | Stefan Kangas | 2022-11-13 | 1 | -5/+12 |
| | | | | | | | | | | This fixes the following error: use-package-core.el:60:32:Error: Cannot open load file: subr-x | ||||
* | | Bump version to 2.4.4 | Payas Relekar | 2022-11-05 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request from andreyorst/face-spec-set-third-argument | John Wiegley | 2022-10-29 | 1 | -2/+2 |
|\ | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/1009 | ||||
| * | Allow passing the SPEC-TYPE argument via :custom-face | Andrey Listopadov | 2022-10-29 | 1 | -2/+2 |
| | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/1008 Copyright-paperwork-exempt: yes | ||||
* | | Bump version to 2.4.3 | Payas Relekar | 2022-10-28 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request from andreyorst/face-spec-set | John Wiegley | 2022-10-27 | 1 | -1/+1 |
|\ | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/1004 | ||||
| * | Use face-spec-set instead of custom-set-faces | Andrey Listopadov | 2022-10-17 | 1 | -1/+1 |
| | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/934 Copyright-paperwork-exempt: yes | ||||
* | | Update version to 2.4.2 | Payas Relekar | 2022-10-27 | 1 | -2/+2 |
| | | | | | | | | In preparation for inclusion to GNU ELPA. | ||||
* | | Update copyright for submission to ELPA | Payas Relekar | 2022-10-25 | 1 | -1/+1 |
|/ | | | | | - Update year to 2022 - Set copyright to Free Software Foundation, Inc. | ||||
* | Merge pull request from conao3/add-commands-keyword | John Wiegley | 2022-10-12 | 1 | -1/+26 |
|\ | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/917 | ||||
| * | add autoload keyword | Naoya Yamashita | 2021-02-23 | 1 | -1/+26 |
| | | | | | | | | | | :autoload is similar to :command but this generate autoload statement as *no-interactive* function. | ||||
* | | Merge pull request from CeleritasCelery/master | John Wiegley | 2022-09-09 | 1 | -1/+4 |
|\ \ | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/743 | ||||
| * | | Auto detect mode suffix in hook keyword | Troy Hinckley | 2021-05-17 | 1 | -1/+4 |
| |/ | |||||
* | | Fix emacs native compilation warning | Codruț Constantin Gușoi | 2022-09-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` ■ Warning (comp): use-package-core.el:907:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ■ Warning (comp): use-package-core.el:930:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ``` To reproduce, have emacs build with native compilation and notice the compilation logs. You can then open this file and run `M-x emacs-lisp-native-compile-and-load` before and after the changes to see the warning is removed. | ||||
* | | Revert "Remove use-package-font-lock-keywords" | John Wiegley | 2022-08-18 | 1 | -0/+7 |
| | | | | | | | | This reverts commit 4938167bfffcf08279445827d2eaae78c9557675. | ||||
* | | Merge pull request from belak/remove-extra-font-lock-keywords | John Wiegley | 2022-08-18 | 1 | -7/+0 |
|\ \ | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/859 | ||||
| * | | Remove use-package-font-lock-keywords | Kaleb Elwert | 2020-08-11 | 1 | -7/+0 |
| | | | | | | | | | | | | Copyright-paperwork-exempt: yes | ||||
* | | | Quote single quotes in docstrings or use different quoting | Jonas Bernoulli | 2022-08-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The byte-compiler started pointing this out: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) | ||||
* | | | Merge pull request from conao3/fix-declare-style | John Wiegley | 2022-08-07 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/760 | ||||
| * | | | * use-package-core.el (use-package): fix declare style | Naoya Yamashita | 2019-04-14 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use-package specified lisp-indent-function to indent like defun. Currently, use-package main macro specify indent as (declare (indent 1)), then change indent mode like defun. (declare (indent defun)) is same effect. And it is useful when redefining use-package. | ||||
* | | | | Merge pull request from waymondo/use-package-hook-handler-flatten-mode-symbols | John Wiegley | 2022-08-07 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/775 | ||||
| * | | | | rename function | Justin Talbott | 2019-06-14 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | extract use-package-hook-handler-flatten-mode-symbols function | Justin Talbott | 2019-06-14 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Merge pull request from matzebond/master | John Wiegley | 2022-08-07 | 1 | -1/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/787 | ||||
| * | | | | | Add: 'local' keyword | Matthias Schmitt | 2022-07-11 | 1 | -1/+27 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request from iaeerfung/master | John Wiegley | 2022-08-07 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/912 | ||||
| * | | | | | fix docstring. was: invalid function name | Yurii Kholodkov | 2021-02-16 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Copyright-paperwork-exempt: yes | ||||
* | | | | | Merge pull request from wyuenho/set-default-use-package-enable-imenu-support | John Wiegley | 2022-08-07 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/920 | ||||
| * | | | | | Fix void-variable use-package-enable-imenu-support | Jimmy Yuen Ho Wong | 2021-03-07 | 1 | -2/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request from wyuenho/statistics-sorting | John Wiegley | 2022-08-07 | 1 | -9/+38 |
|\ \ \ \ \ | | | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/921 | ||||
| * | | | | | Properly sort use-package-statistics-report | Jimmy Yuen Ho Wong | 2021-03-13 | 1 | -9/+38 |
| |/ / / / | |||||
* / / / / | 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 |
| | | | | | | | | | | | | | | | | Copyright-paperwork-exempt: yes | ||||
* | | | | Remove use-package theme from global list of custom-enabled-themes | Ted Zlatanov | 2021-01-10 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eval-when-compile for cases where use-package is only required at compile time * remove the 'use-package theme from custom-enabled-themes so e.g. (mapc #'disable-theme custom-enabled-themes) won't kill user settings. | ||||
* | | | | Create new "use-package" themse and use it for :custom with ↵ | Ted Zlatanov | 2020-11-29 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | custom-theme-set-variables | ||||
* | | | | 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 ↵ | Ted Zlatanov | 2020-11-29 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | saving :custom vars twice" This reverts commit 8c31c57106e2938d627bf4107627c003620d2dd5. | ||||
* | | | | set saved-variable-comment from :custom | Ted Zlatanov | 2020-11-29 | 1 | -1/+2 |
| | | | | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/861 | ||||
* | | | | 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 |
| | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/850 | ||||
* | | | Fix broken test due to | Jimmy Yuen Ho Wong | 2020-07-12 | 1 | -1/+1 |
| | | | | | | | | | GitHub-reference: https://github.com/jwiegley/use-package/issues/850 |